Crate fixed_map

source ·

Structs

An iterator over the entries of a Map.
A mutable iterator over the entries of a Map.
An iterator over the keys of a Map.
A map with a fixed, pre-determined size.
An iterator over the values of a Map.
A mutable iterator over the values of a Map.

Traits

The trait for a key that can be used to store values in the maps.
The trait defining how storage works.

Derive Macros

Derive to implement the Key trait.