Type Definition ruma::state_res::StateMap[][src]

type StateMap<T> = BTreeMap<(EventType, String), T>;
This is supported on crate feature state-res only.
Expand description

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