[−][src]Crate hetero_container
Structs
HeteroContainer | A hetero container implemented with hashmap. |
Iter | An iterator over the entries of a |
IterMut | A mutable iterator over the entries of a |
OccupiedEntry | A view into an occupied entry in a |
VacantEntry | A view into an vacant entry in a |
Enums
Entry | A view into a single entry in a container, which may either be vacant or occupied. |