Home
last modified time | relevance | path

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

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