Skip to main content

AllCapturesOr

Type Alias AllCapturesOr 

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

Aliased Typeยง

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