Module client
Expand description
Generic client implementation.
This module contains the low level components to build a gRPC client. It
provides a codec agnostic gRPC client dispatcher and a decorated rama
service trait.
This client is generally used by some code generation tool to provide stubs for the gRPC service. Thusly, they are a bit cumbersome to use by hand.
Structs§
- Grpc
- A gRPC client dispatcher.
Traits§
- Grpc
Service - Definition of the gRPC trait alias for
Service.