Type Alias wasm_pkg_client::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 {}