pub type ParserResult<I, T> = Result<(I, T), ParserError>;
Expand description

Return type of parsers