Struct htrpc::RpcClient [] [src]

pub struct RpcClient { /* fields omitted */ }

RPC Client.

Methods

impl RpcClient
[src]

Makes an RPC client which will communicate with the server.

Issues an RPC request and returns the Future which will result in the corresponding response.

Trait Implementations

impl Debug for RpcClient
[src]

Formats the value using the given formatter.