pub trait WasmCompatSendStream: Stream<Item = Result<Bytes, Error>> + Send { type InnerItem: Send; }
wasm