Type Definition typemap::SendMap

source · []
pub type SendMap = TypeMap<dyn UnsafeAny + Send>;
Expand description

A version of TypeMap containing only Send types.