Searched defs:MatcherT (Results 1 – 6 of 6) sorted by relevance
219 pub fn property_matcher<OuterT: Debug, InnerT: Debug, MatcherT>( in property_matcher() argument222 inner: MatcherT, in property_matcher()301 inner: MatcherT, in property_ref_matcher()
36 pub fn points_to<MatcherT>(expected: MatcherT) -> PointsToMatcher<MatcherT> { in points_to()
60 pub fn has_entry<KeyT, MatcherT>(key: KeyT, inner: MatcherT) -> HasEntryMatcher<KeyT, MatcherT> { in has_entry() argument
52 pub fn each<MatcherT>(inner: MatcherT) -> EachMatcher<MatcherT> { in each()
307 impl<ExpectedT, MatcherT: Into<StrMatcher<ExpectedT>>> StrMatcherConfigurator<ExpectedT> implementation
227 typedef ast_matchers::internal::Matcher<T> MatcherT; typedef