Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dsome_matcher.rs45 struct SomeMatcher<T, InnerMatcherT> { struct
50 impl<T: Debug, InnerMatcherT: Matcher<ActualT = T>> Matcher for SomeMatcher<T, InnerMatcherT> { argument