pub trait MaybeSend: Send { }
MaybeSend is a marker to determine whether a type is Send or not.
Send
MaybeSend is equivalent to Send on non-wasm32 target.
MaybeSend