Skip to main content

ByteStream

Type Alias ByteStream 

Source
pub type ByteStream = Pin<Box<dyn Stream<Item = Result<Bytes, Error>> + Send>>;
Expand description

Stream of bytes for blob content

Aliased Typeยง

pub struct ByteStream { /* private fields */ }