Module fixed_map::map

source ·
Expand description

Contains the fixed Map implementation.

Structs

A fixed map with storage specialized through the Key trait.

Enums

A view into a single entry in a map, which may either be vacant or occupied.

Traits

The trait defining how storage works.
A view into an occupied entry in a Map. It is part of the Entry enum.
A view into a vacant entry in a Map. It is part of the Entry enum.

Type Definitions

The iterator produced by Map::into_iter.
The iterator produced by Map::iter.
The iterator produced by Map::iter.
The iterator produced by Map::keys.
The iterator produced by Map::values.
The iterator produced by Map::values_mut.