Searched defs:ErrMatcher (Results 1 – 1 of 1) sorted by relevance
47 struct ErrMatcher<T, E, InnerMatcherT> { struct53 impl<T: Debug, E: Debug, InnerMatcherT: Matcher<ActualT = E>> Matcher54 for ErrMatcher<T, E, InnerMatcherT> argument