pub struct RpcClient { /* private fields */ }
RPC client for making remote calls
Create new RPC client
Make synchronous RPC call
Sends an RPC request and waits for the response.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.
[From]<T> for U