Expand description

error handling utilities

Structs

  • Like ParseErrors, but you don’t have to own the Vec
  • 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