#[derive(Event)]
{
// Attributes available to this derive:
#[event]
}
Expand description
Derives Event for a struct: its compile-time EventId, a reflected EventSchema, and an
impl Event.
#[derive(Event)]
{
// Attributes available to this derive:
#[event]
}
Derives Event for a struct: its compile-time EventId, a reflected EventSchema, and an
impl Event.