[][src]Type Definition typemap::SendMap

type SendMap = TypeMap<dyn UnsafeAny + Send>;

A version of TypeMap containing only Send types.