pub type ByteStream = BoxStream<'static, Result<Bytes>>;
#[repr(transparent)]pub struct ByteStream { /* private fields */ }