Skip to main content

WasmCompatSendStream

Trait WasmCompatSendStream 

Source
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.

Required Associated Types§

Implementors§