[−][src]Module type_map::concurrent
Provides the same TypeMap container, but with Send + Sync bounds on values
Structs
| OccupiedEntry | A view into an occupied entry in a |
| TypeMap | The typemap container |
| VacantEntry | A view into a vacant entry in a |
Enums
| Entry | A view into a single entry in a map, which may either be vacant or occupied. |