Expand description
error handling utilities
Structs§
- Multiple
Parse Errors - Like
ParseErrors, but you don’t have to own theVec - Parse
Errors - 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§
- Parse
Error - For errors during parsing