Home
last modified time | relevance | path

Searched refs:ExtractorT (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/googletest/src/matchers/
Dproperty_matcher.rs298 pub fn property_ref_matcher<OuterT, InnerT, ExtractorT, MatcherT>( in property_ref_matcher() argument
299 extractor: ExtractorT, in property_ref_matcher() argument
302 ) -> PropertyRefMatcher<ExtractorT, MatcherT> in property_ref_matcher() argument
307 ExtractorT: Fn(OuterT) -> InnerT, in property_ref_matcher()
313 pub struct PropertyRefMatcher<ExtractorT, MatcherT> {
314 extractor: ExtractorT,
323 ExtractorT: Fn(OuterT) -> InnerT,
324 > Matcher<OuterT> for PropertyRefMatcher<ExtractorT, MatcherT>