Derive Macro oasis_runtime_sdk_macros::Event
source ยท #[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.