Type Definition flow_sdk::client::TonicClient [−][src]
pub type TonicClient<Service> = Grpc<Service>;
Expand description
A client that uses the tonic
gRPC dispatcher which wraps some inner gRPC service.
pub type TonicClient<Service> = Grpc<Service>;
A client that uses the tonic
gRPC dispatcher which wraps some inner gRPC service.