pub type ByteStream = BoxStream<'static, Result<Bytes>>;
Byte stream of file or process output.
#[repr(transparent)]pub struct ByteStream { /* private fields */ }