Available on crate feature
state-res only.Expand description
A map of event IDs to a type V.
Structsยง
- Event
IdMap - A map of event IDs to a type
V. - Event
IdMap Entry - A view into a single entry in an
EventIdMap. - Event
IdMap Into Iter - An iterator over the entries of an
EventIdMap. - Event
IdMap Into Keys - An iterator over the keys of an
EventIdMap. - Event
IdMap Into Values - An iterator over the values of an
EventIdMap. - Event
IdMap Iter - An iterator over the entries of an
EventIdMap. - Event
IdMap Keys - An iterator over the keys of an
EventIdMap. - Event
IdMap Values - An iterator over the values of an
EventIdMap.