Crate enum_typer

Crate enum_typer 

Source

Macrosยง

match_t
Pattern match on trait objects based on their concrete types. It supports both reference (&dyn Trait) and boxed (Box<dyn Trait>) trait objects.
type_enum
Function-like macro for converting enums to traits with struct variants. It supports optional type indexing per variant and method definitions with pattern/body arms and existential return types.