wasm_pkg_client

Type Alias ContentStream

Source
pub type ContentStream = Pin<Box<dyn Stream<Item = Result<Bytes, Error>> + Send + 'static>>;
Expand description

An alias for a stream of content bytes

Aliased Typeยง

struct ContentStream {}