Module tarpc::rpc::client [−][src]
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 |
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. |