pub type UncompiledTransition = (Pattern, &'static str, TransitionMethod);Expand description
A type alias for a transition (PatternName, regex_pattern, TransitionMethod), whose regex pattern has not
been compiled into a DFA yet.
pub type UncompiledTransition = (Pattern, &'static str, TransitionMethod);A type alias for a transition (PatternName, regex_pattern, TransitionMethod), whose regex pattern has not
been compiled into a DFA yet.