Expand description
Contains the fixed Map implementation.
Structs§
- A fixed map with storage specialized through the
Keytrait.
Enums§
- A view into a single entry in a map, which may either be vacant or occupied.
Traits§
- The trait defining how storage works.
Type Aliases§
- 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.