typemap::ShareMap [-] [+] [src]

type ShareMap = TypeMap<UnsafeAny + Send + Sync>;

A version of TypeMap containing only Send + Sync types.