[][src]Type Definition nl_parser::ParseResult

type ParseResult<'a, T> = Result<(usize, T, &'a str), ParseError>;

A helper for the result of parsing. Holds a tuple of the index of the found result, the type parsed as well as the remaining unparsed string