Skip to main content

StateMap

Type Alias StateMap 

Source
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 */ }