pub type ContentStream = Pin<Box<dyn Stream<Item = Result<Bytes, Error>> + Send + 'static>>;
An alias for a stream of content bytes
pub struct ContentStream { /* private fields */ }