pub trait MaybeSend: Send { }
client
Marker trait to determine whether a type implements Send or not.
Send