Searched defs:ElementsAre (Results 1 – 1 of 1) sorted by relevance
114 pub struct ElementsAre<'a, T: Debug + Copy> { struct115 elements: Vec<Box<dyn Matcher<T> + 'a>>,118 impl<'a, T: Debug + Copy> ElementsAre<'a, T> { implementation128 impl<'a, T: Debug + Copy, ContainerT: Debug + Copy> Matcher<ContainerT> for ElementsAre<'a, T> implementation