[][src]Crate hetero_container

Structs

HeteroContainer

A hetero container implemented with hashmap.

Iter

An iterator over the entries of a HeteroContainer.

IterMut

A mutable iterator over the entries of a HeteroContainer.

OccupiedEntry

A view into an occupied entry in a HeteroContainer. It is part of the Entry enum.

VacantEntry

A view into an vacant entry in a HeteroContainer. It is part of the Entry enum.

Enums

Entry

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