Struct rpc_lib::client::Client[][src]

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

Client contains all information and authentication to hit an RPC server

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Client<'a>

impl<'a> Sync for Client<'a>