enumerate

Attribute Macro enumerate

Source
#[enumerate]
Expand description

Annotating a trait with this macro, providing a set of implementers and optionally specifying custom names will generate a corresponding enum. See the main page for details and examples.