Type Alias rustpython_parser::ParseError
source · pub type ParseError = BaseError<ParseErrorType>;Expand description
Represents represent errors that occur during parsing and are
returned by the parse_* functions.
pub type ParseError = BaseError<ParseErrorType>;Represents represent errors that occur during parsing and are
returned by the parse_* functions.