pub type BoxPlatformSendStream<'a, T> = Pin<Box<dyn PlatformSendStream<Item = T> + 'a>>;Expand description
An owned dynamically typed Stream that only requires Send on native platforms, but not on WASM.
Aliased Typeยง
pub struct BoxPlatformSendStream<'a, T> { /* private fields */ }