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