Expand description
Helpers for reporting parsing errors
Structs§
- Error
With Position - 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§
- General
Parse Error - Trait alias combining the nom error traits [
ParseError
] and [ContextError
].
Functions§
- err
- Shortcut for constructing parser errors