pub trait ModalParser<I, O, E>: Parser<I, O, ErrMode<E>> { }
Trait alias for Parser to be used with ModalResult
Parser
ModalResult