Module err

Module err 

Source
Expand description

error handling utilities

Structs§

MultipleParseErrors
Like ParseErrors, but you don’t have to own the Vec
ParseErrors
if you wrap a Vec<ParseError> in this struct, it gains a Display impl that displays each parse error on its own line, indented.

Enums§

ParseError
For errors during parsing