ruma::state_res

Type Alias StateMap

Source
pub type StateMap<T> = HashMap<(StateEventType, String), T>;
Available on crate feature state-res only.
Expand description

A mapping of event type and state_key to some value T, usually an EventId.

Aliased Typeยง

struct StateMap<T> { /* private fields */ }