type CocoonClient = CocoonServiceClient<Channel>;Expand description
Type alias for the Cocoon gRPC client with Channel transport
Aliased Type§
struct CocoonClient {
inner: Grpc<Channel>,
}Fields§
§inner: Grpc<Channel>type CocoonClient = CocoonServiceClient<Channel>;Type alias for the Cocoon gRPC client with Channel transport
struct CocoonClient {
inner: Grpc<Channel>,
}inner: Grpc<Channel>