Module tagua_parser::internal [] [src]

Internal utilities for the parser.

Enums

Error

Contains the error that a parser can return

ErrorKind

indicates which parser returned an error

Needed

Contains information on needed data if a parser returned Incomplete

Result

Holds the result of parsing functions

Functions

fold_into_vector

Fold an item into a vector. This is useful when combined with the fold_many0! macro for instance.