pub trait MaybeSend: Send { }
Marker trait that requires Send on native targets, nothing on wasm32.
Send