Type Definition ruma_state_res::StateMap[][src]

type StateMap<T> = BTreeMap<(EventType, String), T>;
Expand description

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