Derive Macrosยง
- Event
- Derives the
Event
trait for an enum, allowing it to be used as an event in Disintegrate. - State
Query - Derives the
StateQuery
trait for a struct, enabling its use as a state query in Disintegrate.
Event
trait for an enum, allowing it to be used as an event in Disintegrate.StateQuery
trait for a struct, enabling its use as a state query in Disintegrate.