Module polymap::polymap [] [src]

Provides the PolyMap implementation, mapping keys to heterogeneous values

Structs

Keys

Iterator over the keys of a PolyMap

OccupiedEntry

A view into an occupied entry in a PolyMap.

PolyMap

A key-value map that can contain varying types of values.

VacantEntry

A view into a vacant entry in a PolyMap.

Enums

Entry

A view into a single entry in a map, which may be either vacant or occupied.