Expand description
Derive macros for the token parser.
Derive Macrosยง
- Parsable
- Derive the
Parsabletrait by parsing all unnamed fields in order using theParsabletrait. - Symbol
Parsable - Derive the
Parsabletrait by parsing all unnamed fields using theFromStrtrait.