pub type ByteStream = BoxStream<'static, Result<Bytes>>;
pub struct ByteStream { /* private fields */ }