Type Alias penumbra_proto::box_grpc_svc::BoxGrpcService

source ·
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 */);