Derive Macrosยง
- Parsable
Ext - Derives
Display
andFromStr
based on the theparse()
andunparse()
implementations ofParsable
for this type, respectively. - Spanned
- Automatically derives
Spanned
for the annotated type. This will work as long as there is some struct field of typeSpan
.