ContentStream

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ยง

pub struct ContentStream { /* private fields */ }