Struct grpc::Client[][src]

pub struct Client { /* fields omitted */ }

gRPC client implementation. Used by generated code.

Methods

impl Client
[src]

Create a client connected to specified host and port.

Create a client connected to specified host and port.

Auto Trait Implementations

impl Send for Client

impl Sync for Client