[][src]Module tonic::client

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 tower 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

GrpcService

Definition of the gRPC trait alias for tower_service.