[][src]Module tarpc_lib::client

Provides a client that connects to a server and sends multiplexed requests.

Re-exports

pub use channel::new;
pub use channel::Channel;

Modules

channel

Provides a Client backed by a transport.

Structs

Config

Settings that control the behavior of the client.

MapResponse

A Client that applies a function to the returned response.

NewClient

A channel and dispatch pair. The dispatch drives the sending and receiving of requests and must be polled continuously or spawned.

WithRequest

A Client that applies a pre-processing function to the request.

Traits

Client

Sends multiplexed requests to, and receives responses from, a server.