Module nom::internal

source ·
Expand description

Basic types to build the parsers

Structs§

  • Implementation of Parser::and
  • Implementation of Parser::and_then
  • Implementation of Parser::flat_map
  • Implementation of Parser::into
  • Implementation of Parser::map
  • Implementation of Parser::or

Enums§

  • The Err enum indicates the parser was not successful
  • Contains information on needed data if a parser returned Incomplete

Traits§

  • Helper trait to convert a parser’s result to a more manageable type
  • All nom parsers implement this trait

Type Aliases§

  • Holds the result of parsing functions