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

type EventMap<T> = BTreeMap<EventId, T>;
This is supported on crate feature state-res only.
Expand description

A mapping of EventId to T, usually a ServerPdu.