Skip to main content

AllMatchesOr

Type Alias AllMatchesOr 

Source
pub type AllMatchesOr<'a, I, H, A, B> = Chain<<A as Matcher<I>>::AllMatches<'a, H>, <B as Matcher<I>>::AllMatches<'a, H>>;

Aliased Typeยง

pub struct AllMatchesOr<'a, I, H, A, B> { /* private fields */ }