Skip to main content

Module event_id_map

Module event_id_map 

Source
Available on crate feature state-res only.
Expand description

A map of event IDs to a type V.

Structsยง

EventIdMap
A map of event IDs to a type V.
EventIdMapEntry
A view into a single entry in an EventIdMap.
EventIdMapIntoIter
An iterator over the entries of an EventIdMap.
EventIdMapIntoKeys
An iterator over the keys of an EventIdMap.
EventIdMapIntoValues
An iterator over the values of an EventIdMap.
EventIdMapIter
An iterator over the entries of an EventIdMap.
EventIdMapKeys
An iterator over the keys of an EventIdMap.
EventIdMapValues
An iterator over the values of an EventIdMap.