pub type BodyStream = Pin<Box<dyn Stream<Item = Vec<u8>> + Send>>;
Streamed response body type.
pub struct BodyStream { /* private fields */ }