pub trait ModalParser<I, O, E>: Parser<I, O, E> { }
Trait alias for Parser to ease the transition to the next release
Parser