Crate anymap [−] [src]
This crate provides the AnyMap type, a safe and convenient store for one value of each type.
Modules
| any |
The different types of |
| raw |
The raw form of a |
Structs
| Map |
A collection containing zero or one values for any given type and allowing convenient, type-safe access to those values. |
| OccupiedEntry |
A view into a single occupied location in an |
| VacantEntry |
A view into a single empty location in an |
Enums
| Entry |
A view into a single location in an |
Type Definitions
| AnyMap |
The most common type of |