Type Alias RichParseError

Source
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 */ }