pub type BodyStream = Pin<Box<dyn Stream<Item = Result<Bytes, CoreError>> + Send>>;
pub struct BodyStream { /* private fields */ }