Home
last modified time | relevance | path

Searched defs:ElementsAre (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Delements_are_matcher.rs104 pub struct ElementsAre<'a, ContainerT: ?Sized, T: Debug> { struct
105 elements: Vec<Box<dyn Matcher<ActualT = T> + 'a>>,
106 phantom: PhantomData<ContainerT>,
109 impl<'a, ContainerT: ?Sized, T: Debug> ElementsAre<'a, ContainerT, T> { impl
119 impl<'a, T: Debug, ContainerT: Debug + ?Sized> Matcher for ElementsAre<'a, ContainerT, T> implementation