penumbra_proto::box_grpc_svc

Type Alias 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 */);