pub type BoxBody = UnsyncBoxBody<Bytes, Error>;
A boxed Body trait object.
Body
This is used in axum as the response body type for applications. It’s necessary to unify multiple response bodies types into one.