Skip to main content

Event

Derive Macro Event 

Source
#[derive(Event)]
{
    // Attributes available to this derive:
    #[event]
}
Expand description

Derive macro for the Event trait.

See the crate-level documentation for usage.