alloy_rpc_client
0.9.2
ClientRef
In crate alloy_rpc_client
Type Alias
alloy_rpc_client
::
ClientRef
Copy item path
source
ยท
[
−
]
pub type ClientRef<'a, T> = &'a
RpcClientInner
<T>;
Expand description
A borrowed
RpcClient
.