Module toy_rpc::client[][src]

Expand description

RPC Client impementation

Structs

Call

Call of a RPC request. The result can be obtained by .awaiting the Call. The call can be cancelled with cancel() method.

Client

RPC client

Connected

Type state for creating Client

NotConnected

Type state for creating Client