Type Definition konst::parsing::ParserResult[][src]

pub type ParserResult<'a, E = ParseError<'a>> = Result<Parser<'a>, E>;
This is supported on crate feature parsing_no_proc only.
Expand description

Result alias for functions that mutate the parser fallibly.