Derive Macro Event
#[derive(Event)]
{
    // Attributes available to this derive:
    #[sdk_event]
}
Expand description
Derives the Event trait on an enum.
#[derive(Event)]
{
    // Attributes available to this derive:
    #[sdk_event]
}
Derives the Event trait on an enum.