Struct msgpack_rpc::Client [] [src]

pub struct Client { /* fields omitted */ }

A client of Msgpack-RPC

Methods

impl Client
[src]

[src]

Create a new Client with background task spawned on an event loop of handle.

[src]

Send a request message to the server, and return a future of its response.

[src]

Send a notification message to the server.

Trait Implementations

impl Clone for Client
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more