Type Definition pom::Parser [] [src]

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

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