pub type PestError = Error<Rule>;Expand description
Type for errors that occur when parsing.
Aliased Type§
pub struct PestError {
pub variant: ErrorVariant<Rule>,
pub location: InputLocation,
pub line_col: LineColLocation,
/* private fields */
}Fields§
§variant: ErrorVariant<Rule>Variant of the error
location: InputLocationLocation within the input string
line_col: LineColLocationLine/column within the input string