Trait ModalParser

Source
pub trait ModalParser<I, O, E>: Parser<I, O, E> { }
Expand description

Trait alias for Parser to ease the transition to the next release

Implementors§

Source§

impl<I, O, E, P> ModalParser<I, O, E> for P
where P: Parser<I, O, E>,