pub type ParseError = BaseError<ParseErrorType>;
Expand description

Represents represent errors that occur during parsing and are returned by the parse_* functions.