pub type StreamBody = Pin<Box<dyn Stream<Item = Result<Bytes, Box<dyn Error + Send + Sync>>> + Send>>;
Type alias for streaming body
pub struct StreamBody { /* private fields */ }