pub trait PlatformSendFuture: Future + PlatformSend { }Expand description
A future that requires Send on native platforms, but not on WASM.
pub trait PlatformSendFuture: Future + PlatformSend { }A future that requires Send on native platforms, but not on WASM.