Searched defs:UnorderedElementsAreMatcher (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/ |
D | unordered_elements_are_matcher.rs | 380 pub struct UnorderedElementsAreMatcher<'a, ContainerT: ?Sized, T: Debug, const N: usize> { struct 381 elements: [Box<dyn Matcher<ActualT = T> + 'a>; N], 382 requirements: Requirements, 383 phantom: PhantomData<ContainerT>, 386 impl<'a, ContainerT: ?Sized, T: Debug, const N: usize> 406 impl<'a, T: Debug, ContainerT: Debug + ?Sized, const N: usize> Matcher
|