pub trait MaybeSend: Send { }
A trait that is Send on native targets, but auto-implemented on wasm.
Send
Use this instead of Send in all capability trait bounds.