Searched defs:DisplayMatcher (Results 1 – 1 of 1) sorted by relevance
32 struct DisplayMatcher<T, InnerMatcher: Matcher> { struct37 impl<T: Debug + Display, InnerMatcher: Matcher<ActualT = String>> Matcher38 for DisplayMatcher<T, InnerMatcher> argument