pub type Chunks = Pin<Box<dyn Stream<Item = Result<Vec<u8>, Error>> + Send>>;Expand description
What produces a body over time, once this interpretation has chosen how to carry it.
Aliased Typeยง
#[repr(transparent)]pub struct Chunks { /* private fields */ }