pub trait WasmCompatSendStream: Stream<Item = Result<Bytes, Error>> + Send {
type InnerItem: Send;
}Available on not (crate feature
wasm and WebAssembly).Expand description
Streaming response bound that includes Send on native targets.