Expand description
Structs§
- Occupied
Entry - A view into an occupied entry in an associative array. It is part of the
Entry
enum. - Vacant
Entry - A view into a vacant entry in an associative array. It is part of the
Entry
enum.
Enums§
- Entry
- A view into a single entry in an associative array. The entry may be vacant or occupied.
Traits§
- Assoc
Ext - A trait extension that allows vectors to be treated as associative arrays.
- Assoc
Strict Ext - This has the same API as
AssocExt
but with the additional constraintK: Eq
.