Struct tokio_rpc::Client [] [src]

pub struct Client { /* fields omitted */ }

Client

Methods

impl Client
[src]

Establish a connection to a multiplexed protobuf protocol server at the provided addr.

Trait Implementations

impl Service for Client
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Process the request and return the response asynchronously.