pub type SyncMap = TypeMap<dyn UnsafeAny + Sync>;
A version of TypeMap containing only Sync types.
TypeMap
Sync
pub struct SyncMap { /* private fields */ }