Type Alias RegexSearcher

Source
pub type RegexSearcher<'input> = DefaultSearcher<Input<'input>, Match, MatchError>;

Aliased Typeยง

pub struct RegexSearcher<'input> { /* private fields */ }