Module assoc::vec[][src]

Structs

OccupiedEntry

A view into an occupied entry in an associative array. It is part of the Entry enum.

VacantEntry

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

AssocExt

A trait extension that allows vectors to be treated as associative arrays.

AssocStrictExt

This has the same API as AssocExt but with the additional constraint K: Eq.