pub type BoxBody = BoxBody<Bytes, Error>;
A boxed generic HTTP body that, when consumed, will result in Bytes or an Error.
Bytes
Error
struct BoxBody { /* private fields */ }