Searched refs:DisjunctionMatcher (Results 1 – 4 of 4) sorted by relevance
20 use crate::matchers::__internal_unstable_do_not_depend_on_these::DisjunctionMatcher;215 fn or<Right>(self, right: Right) -> DisjunctionMatcher<Self, Right> in or()219 DisjunctionMatcher::new(self, right) in or()
39 pub struct DisjunctionMatcher<M1, M2> { struct44 impl<M1, M2> DisjunctionMatcher<M1, M2> { argument50 impl<T: Debug + Copy, M1: Matcher<T>, M2: Matcher<T>> Matcher<T> for DisjunctionMatcher<M1, M2> { implementation
76 …$crate::matchers::__internal_unstable_do_not_depend_on_these::DisjunctionMatcher::new(auto_eq!($he…81 …$crate::matchers::__internal_unstable_do_not_depend_on_these::DisjunctionMatcher::new(auto_eq!($he…
112 pub use super::disjunction_matcher::DisjunctionMatcher;