matcher

Function matcher 

Source
pub fn matcher<M: ToPredicate<T, P>, T: Debug, P: Predicate<T>>(
    matcher: M,
) -> impl Predicate<T>
Expand description

Provides a Predicate implementation for a given googletest Matcher.