Expand description
nom’s result types, re-exported.
Structs§
- default error type, only contains the error’ location and code
Enums§
- The
Err
enum indicates the parser was not successful - Indicates which parser returned an error
- Contains information on needed data if a parser returned
Incomplete
Type Aliases§
- Holds the result of parsing functions