pub type InlineTransition = (Pattern, &'static str, InlineParsingMethod);Expand description
A type alias for a tuple (PatternName, regex pattern, InlineTransitionMethod).
pub type InlineTransition = (Pattern, &'static str, InlineParsingMethod);A type alias for a tuple (PatternName, regex pattern, InlineTransitionMethod).