pub type ByteStream = Pin<Box<dyn Stream<Item = Result<Bytes, Error>> + Send>>;
Stream of bytes for blob content
pub struct ByteStream { /* private fields */ }