Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/googletest/src/matchers/
Delements_are_matcher.rs114 pub struct ElementsAre<'a, T: Debug + Copy> { struct
115 elements: Vec<Box<dyn Matcher<T> + 'a>>,
118 impl<'a, T: Debug + Copy> ElementsAre<'a, T> { implementation
128 impl<'a, T: Debug + Copy, ContainerT: Debug + Copy> Matcher<ContainerT> for ElementsAre<'a, T> implementation