Skip to main content

AnyEvent

Type Alias AnyEvent 

Source
pub type AnyEvent = EventData;
Expand description

Type alias for any event data

Aliased Type§

pub struct AnyEvent {
    pub tag: String,
    pub payload: Value,
}

Fields§

§tag: String

Unique identifier for the event type

§payload: Value

Event payload encoded in CBOR format