Module error

Source
Expand description

Helpers for reporting parsing errors

Structs§

ErrorWithPosition
A parser error with position info useful for printing human-readable messages.
Position
Helper struct that prints human-readable position information when formatted with Display.

Traits§

GeneralParseError
Trait alias combining the nom error traits [ParseError] and [ContextError].

Functions§

err
Shortcut for constructing parser errors