Module vec_map

Module vec_map 

Source
Expand description

A Vec backed map implementation.

Macros§

vecmap
Create a VecMap from a list of key-value pairs.

Structs§

Drain
IntoIter
Iter
IterMut
Keys
OccupiedEntry
VacantEntry
Values
ValuesMut
VecMap
A Vec backed map implementation.

Enums§

Entry

Traits§

VecMapExt
Extension trait that contains functions that allow for chaining of VecMap functions.