pub type BoxBody = UnsyncBoxBody<Bytes, Status>;
A type erased HTTP body used for tonic services.
struct BoxBody { /* private fields */ }