pub type BoxGrpcService = BoxCloneService<Request<BoxBody>, Response<RspBody>, BoxError>;Available on crate feature 
box-grpc only.Expand description
A type-erased gRPC service.
Aliased Typeยง
struct BoxGrpcService(/* private fields */);