Type Alias SyncMap

Source
pub type SyncMap = TypeMap<dyn UnsafeAny + Sync>;
Expand description

A version of TypeMap containing only Sync types.

Aliased Typeยง

struct SyncMap { /* private fields */ }