pub type BoxBodyError = Box<dyn Error + Send + Sync>;
Error type for the boxed body. Infallible for buffered bodies, but allows streaming bodies to report errors.
pub struct BoxBodyError(/* private fields */);