Searched defs:DisjunctionMatcher (Results 1 – 1 of 1) sorted by relevance
28 pub struct DisjunctionMatcher<M1, M2> { struct33 impl<M1, M2> DisjunctionMatcher<M1, M2> { implementation39 impl<M1: Matcher, M2: Matcher<ActualT = M1::ActualT>> Matcher for DisjunctionMatcher<M1, M2> implementation