Type Definition SendMap
typemap
type SendMap = TypeMap<dyn UnsafeAny + Send>;
A version of TypeMap containing only Send types.
TypeMap
Send