Struct grpcio::Channel [] [src]

pub struct Channel { /* fields omitted */ }

The Channel struct allows creation of Call objects.

Methods

impl Channel
[src]

[src]

Create a call using the method and option.

[src]

Trait Implementations

impl Clone for Channel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Send for Channel
[src]

impl Sync for Channel
[src]