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