Expand description
FullMap
of bit string prefixes
Structs§
- FullMap
- Map bit string prefixes to values
- IterMap
- Iterate over all prefixes and their values
- Iter
MutMap - Iterate over all (aggregated) prefixes and their mutable values
- Iter
Path - Iterate over all prefixes and their values on the path to a key
- Iter
Path Mut - Iterate over all prefixes and their values on the path to a key
- Occupied
Entry - A view into an occupied entry in a
FullMap
. It is part of theEntry
enum. - Vacant
Entry - A view into a vacant entry in a
FullMap
. It is part of theEntry
enum.
Enums§
- Entry
- A view into a single entry in a map, which may either be vacant or occupied.