[][src]Type Definition pom::Parser

type Parser<I, O> = Parser<'static, I, O>;

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