Available on crate feature
box-grpc
only.Functions§
- Connects to the provided tonic
Endpoint
, returning aBoxGrpcService
. - Constructs a
BoxGrpcService
by erasing the type of anS
-typed local (in-process) service instance.
Type Aliases§
- A type-erased gRPC service.
- A type-erased gRPC response
Body
.