Expand description
Derive macros for the token parser.
Derive Macrosยง
- Parsable
- Derive the
Parsable
trait by parsing all unnamed fields in order using theParsable
trait. - Symbol
Parsable - Derive the
Parsable
trait by parsing all unnamed fields using theFromStr
trait.