pub trait PlatformSendStream: Stream + PlatformSend { }Expand description
A stream that requires Send on native platforms, but not on WASM.
pub trait PlatformSendStream: Stream + PlatformSend { }A stream that requires Send on native platforms, but not on WASM.