[][src]Module nom_whitespace::lib::nom

Enums

Err

The Err enum indicates the parser was not successful

ErrorKind

indicates which parser returned an error

Traits

AsChar

transforms common types to a char for basic token parsing

Convert
FindToken

look for self in the given input stream

InputTakeAtPosition

methods to take as much input as possible until the provided function returns true for the current element

Type Definitions

IResult

Holds the result of parsing functions