Type Definition ruma_state_res::EventMap[][src]

pub type EventMap<T> = HashMap<EventId, T>;
Expand description

A mapping of EventId to T, usually a ServerPdu.