Type Definition tonic::body::BoxBody[][src]

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

A type erased HTTP body used for tonic services.