Module kparse::parser_error

source ·
Expand description

Error type, nom::error::Error replacement.

It’s main content is an error code and a span. Additionally

  • nom error codes
  • extra codes indicating expected input
  • extra codes for suggestions
  • cause
  • other user data.

Structs

Enums

  • Extra information added to a ParserError.

Traits