Expand description
Macros for thalo.
Derive Macrosยง
- Aggregate
- Implements
Aggregatefor a given struct. - Event
- Implements
IntoEventsfor a given struct, andFrom<Self>for a parent enum pointed to by the#[thalo(parent = "...")]attribute. - Event
Type - Implements
EventTypefor a given struct. - TypeId
- Implements
TypeIdbased on the struct/enum name as snake_case.