Module cexpr::nom[][src]

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 Definitions

IResult

Holds the result of parsing functions