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