pub trait MaybeSend: Send { }
A trait that adds Send requirement if send feature is enabled.
Send
send