Type Definition rushell_deps_pom::Parser[][src]

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

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