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