pub fn predicate<M: Matcher<T>, T: Debug>(matcher: M) -> impl Predicate<T>
Provides a [Predicate] implementation for a given googletest Matcher.