Type Definition pom::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>.