Struct grpcio::Channel[][src]

pub struct Channel { /* fields omitted */ }

The Channel struct allows creation of Call objects.

Methods

impl Channel
[src]

Create a call using the method and option.

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]