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: StringUnique identifier for the event type
payload: ValueEvent payload encoded in CBOR format