pub type RspBody = UnsyncBoxBody<Bytes, BoxError>;
Available on crate feature
box-grpc
only.Expand description
A type-erased gRPC response Body
.
Aliased Typeยง
struct RspBody { /* private fields */ }
pub type RspBody = UnsyncBoxBody<Bytes, BoxError>;
box-grpc
only.A type-erased gRPC response Body
.
struct RspBody { /* private fields */ }