Searched defs:PointwiseMatcher (Results 1 – 1 of 1) sorted by relevance
163 pub struct PointwiseMatcher<ContainerT: ?Sized, MatcherT> { struct164 matchers: Vec<MatcherT>,165 phantom: PhantomData<ContainerT>,168 impl<ContainerT: ?Sized, MatcherT> PointwiseMatcher<ContainerT, MatcherT> { impl174 impl<T: Debug, MatcherT: Matcher<ActualT = T>, ContainerT: ?Sized + Debug> Matcher