Type Definition ruma_state_res::EventMap[][src]

type EventMap<T> = BTreeMap<EventId, T>;
Expand description

A mapping of EventId to T, usually a ServerPdu.