Module nom

Source
Expand description

nom’s result types, re-exported.

Structs§

Error
default error type, only contains the error’ location and code

Enums§

Err
The Err enum indicates the parser was not successful
ErrorKind
Indicates which parser returned an error
Needed
Contains information on needed data if a parser returned Incomplete

Type Aliases§

IResult
Holds the result of parsing functions