Macros§
Attribute Macros§
Derive Macros§
- Autobox
- Takes a given enum (which in turn accepts child enums) and auto generates a
Parent::From
so the child can turn into the parent and aTryInto<Child> for Parent
so the Parent can attempt to turn into the child. - Enum
AsStr - ToBase
- ToLog
Mark - ToSubstance