Trait cosmic::iced_runtime::futures::MaybeSend
source · pub trait MaybeSend: Send { }
Expand description
An extension trait that enforces Send
only on native platforms.
Useful for writing cross-platform async code!