Skip to main content

ByteStream

Type Alias ByteStream 

Source
pub type ByteStream = BoxStream<'static, Result<Bytes>>;
Expand description

Byte stream of file or process output.

Aliased Typeยง

#[repr(transparent)]
pub struct ByteStream { /* private fields */ }