Module rolodex::parse[][src]

Structs

ParseError

Error Returned by the parser. This is simply a wrapper around nom::error::VerboseError

Traits

Parsable

This trait represents something the parser knows how to manage.

Parse

Functions

parse_multiple_value
parse_typed_value

Parse a type that implementes [Parse](./trait.Parse.html).

to_parse_error