Type Definition hrpc::server::transport::http::BoxBody

source · []
pub type BoxBody = UnsyncBoxBody<Bytes, BoxError>;
Expand description

A boxed HTTP body. This is used to unify response bodies.