Type Definition typemap::SendMap[][src]

pub type SendMap = TypeMap<dyn UnsafeAny + Send>;
Expand description

A version of TypeMap containing only Send types.