pub type StateMap<Id> = BTreeMap<TypeStateKey, Id>;Expand description
A mapping of event type and state_key to some value T, usually an
EventId.
Aliased Typeยง
pub struct StateMap<Id> { /* private fields */ }pub type StateMap<Id> = BTreeMap<TypeStateKey, Id>;A mapping of event type and state_key to some value T, usually an
EventId.
pub struct StateMap<Id> { /* private fields */ }