Trait matchers::ToMatcher [−][src]
pub trait ToMatcher<'a, S> where
Self: Sealed,
S: StateID + 'a, { type Automaton: DFA<ID = S>; fn matcher(&'a self) -> Matcher<'a, S, Self::Automaton>ⓘ; }
Associated Types
Loading content...Required methods
Loading content...Implementors
Loading content...