[][src]Module cexpr::nom

nom's result types, re-exported.

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 Definitions

IResult

Holds the result of parsing functions