pub type WeakClient<T> = Weak<RpcClientInner<T>>;
An RpcClient in a Weak reference.
RpcClient
Weak
struct WeakClient<T> { /* private fields */ }