pub type Parser<I, O> = Parser<'static, I, O>;
Parser type, Parser<I, O> is alias of parser::Parser<'static, I, O>.
Parser<I, O>
parser::Parser<'static, I, O>
pub struct Parser<I, O> { /* private fields */ }