Struct htrpc::pool::PooledRpcClient [] [src]

pub struct PooledRpcClient<'a> { /* fields omitted */ }

Pooled RPC client.

Methods

impl<'a> PooledRpcClient<'a>
[src]

[src]

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

Trait Implementations

impl<'a> Debug for PooledRpcClient<'a>
[src]

[src]

Formats the value using the given formatter.