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.