Struct grpc::Client [] [src]

pub struct Client { /* fields omitted */ }

gRPC client implementation. Used by generated code.

Methods

impl Client
[src]

[src]

Create a client connected to specified host and port.

[src]

Create a clone of this client but refer to same httpbis::Client.

[src]

Create a client connected to specified host and port.

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for Client

impl Sync for Client