Parser

Type Alias Parser 

Source
pub type Parser<I, O> = Parser<'static, I, O>;
Expand description

Parser type, Parser<I, O> is alias of parser::Parser<'static, I, O>.

Aliased Typeยง

pub struct Parser<I, O> { /* private fields */ }