Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dconjunction_matcher.rs28 pub struct ConjunctionMatcher<M1, M2> { struct
33 impl<M1, M2> ConjunctionMatcher<M1, M2> { implementation
39 impl<M1: Matcher, M2: Matcher<ActualT = M1::ActualT>> Matcher for ConjunctionMatcher<M1, M2> implementation