Struct htrpc::RpcClient [] [src]

pub struct RpcClient { /* fields omitted */ }

RPC Client.

Methods

impl RpcClient
[src]

[src]

Makes an RPC client which will communicate with the server.

[src]

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

Trait Implementations

impl Debug for RpcClient
[src]

[src]

Formats the value using the given formatter.