Module toy_rpc::client::async_std[][src]

Structs

Client

RPC Client. Unlike Server, the Client struct contains field that uses runtime dependent synchronization primitives, thus there is a separate 'Client' struct defined for each of the async-std and tokio runtime.