pub trait MaybeSend: Send { }
Expand description

Marker trait to determine whether a type implements Send or not.

Implementors§