Type Definition SyncMap
typemap
type SyncMap = TypeMap<dyn UnsafeAny + Sync>;
A version of TypeMap containing only Sync types.
TypeMap
Sync