[][src]Type Definition typemap::SyncMap

type SyncMap = TypeMap<dyn UnsafeAny + Sync>;

A version of TypeMap containing only Sync types.