[][src]Module rcombinators::parser

Enums

ParseError

Traits

Parser

Parser is the central trait of rcombinators. Every object that can convert input into a Rust value implements this trait.

Functions

execerr

This function returns an error for returning from a function called by a Transform parser.

Type Definitions

ParseResult