Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Derr_matcher.rs47 struct ErrMatcher<T, E, InnerMatcherT> { struct
53 impl<T: Debug, E: Debug, InnerMatcherT: Matcher<ActualT = E>> Matcher
54 for ErrMatcher<T, E, InnerMatcherT> argument