Traits§
- Tagged
Enum - A trait that is automatically implemented for any enum type with the attribute
#[derive(Tag)]
.
Derive Macros§
- Tag
- Procedural macro that generates the companion tag-enum and implements [
TaggedEnum
] trait for the given enum
#[derive(Tag)]
.TaggedEnum
] trait for the given enum