Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Deach_matcher.rs74 struct EachMatcher<ActualT: ?Sized, MatcherT> { struct
79 impl<ElementT: Debug, ActualT: Debug + ?Sized, MatcherT> Matcher for EachMatcher<ActualT, MatcherT> implementation