pub type RichParseError = Report<ParseError>;
Expand description
A rich error type that includes the original string that failed to parse.
Aliased Typeยง
pub struct RichParseError { /* private fields */ }
pub type RichParseError = Report<ParseError>;
A rich error type that includes the original string that failed to parse.
pub struct RichParseError { /* private fields */ }