Crate enum_tags

Source

Traits§

TaggedEnum
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