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