pub trait MaybeSend: Send { }
An extension trait that enforces Send only on native platforms.
Send
Useful for writing cross-platform async code!