Type Alias ClientRef

Source
pub type ClientRef<'a> = &'a RpcClientInner;
Expand description

A borrowed RpcClient.