Trait regex_tokenizer::BuildableMatcher
source · pub trait BuildableMatcher<TypeEnum> {
// Required method
fn new() -> Matcher<TypeEnum>;
}
Expand description
A Matcher is buildable without external data
pub trait BuildableMatcher<TypeEnum> {
// Required method
fn new() -> Matcher<TypeEnum>;
}
A Matcher is buildable without external data