Searched defs:PropertyRefMatcher (Results 1 – 1 of 1) sorted by relevance
209 struct PropertyRefMatcher<InnerT: ?Sized, OuterT, MatcherT> { struct210 extractor: fn(&OuterT) -> &InnerT,211 property_desc: &'static str,212 inner: MatcherT,215 impl<InnerT: Debug + ?Sized, OuterT: Debug, MatcherT: Matcher<ActualT = InnerT>> Matcher