Struct grpcio::Channel[][src]

pub struct Channel { /* fields omitted */ }

A gRPC channel.

Channels are an abstraction of long-lived connections to remote servers. More client objects can reuse the same channel.

Use ChannelBuilder to build a Channel.

Trait Implementations

impl Clone for Channel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Send for Channel
[src]

impl Sync for Channel
[src]