Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/googletest/src/matchers/
Dpoints_to_matcher.rs41 pub struct PointsToMatcher<MatcherT> { struct
45 impl<'a, ExpectedT, MatcherT> Matcher<&'a ExpectedT> for PointsToMatcher<MatcherT> implementation