Skip to main content

Chunks

Type Alias Chunks 

Source
pub type Chunks = Pin<Box<dyn Stream<Item = Result<Vec<u8>, Error>> + Send>>;
Expand description

What produces a body over time, once an interpretation has chosen how to carry it.

Aliased Typeยง

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