Module anymap::raw

source ·
Expand description

The raw form of a Map, allowing untyped access.

All relevant details are in the RawMap struct.

Structs

  • RawMap drain iterator.
  • RawMap move iterator.
  • RawMap iterator.
  • RawMap mutable iterator.
  • A view into a single occupied location in a RawMap.
  • The raw, underlying form of a Map.
  • A view into a single empty location in a RawMap.

Enums

  • A view into a single location in a RawMap, which may be vacant or occupied.