Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dproperty_matcher.rs209 struct PropertyRefMatcher<InnerT: ?Sized, OuterT, MatcherT> { struct
210 extractor: fn(&OuterT) -> &InnerT,
211 property_desc: &'static str,
212 inner: MatcherT,
215 impl<InnerT: Debug + ?Sized, OuterT: Debug, MatcherT: Matcher<ActualT = InnerT>> Matcher