Home
last modified time | relevance | path

Searched defs:DisplayMatcher (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Ddisplay_matcher.rs32 struct DisplayMatcher<T, InnerMatcher: Matcher> { struct
37 impl<T: Debug + Display, InnerMatcher: Matcher<ActualT = String>> Matcher
38 for DisplayMatcher<T, InnerMatcher> argument