Skip to main content

ByteStream

Type Alias ByteStream 

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

Aliased Typeยง

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