Crate token_parser_derive[][src]

Expand description

Derive macros for the token parser.

Derive Macros

Parsable

Derive the Parsable trait by parsing all unnamed fields in order using the Parsable trait.

SymbolParsable

Derive the Parsable trait by parsing all unnamed fields using the FromStr trait.