Derive Macro Event
#[derive(Event)]
{
// Attributes available to this derive:
#[event]
}
Expand description
Implement the Event trait.
#[derive(Event)]
{
// Attributes available to this derive:
#[event]
}
Implement the Event trait.