Type Definition tonic::body::BoxBody

source ·
pub type BoxBody = UnsyncBoxBody<Bytes, Status>;
Expand description

A type erased HTTP body used for tonic services.