Type Alias alloy_transport::RpcFut
source · pub type RpcFut<'a, T> = BoxFuture<'a, TransportResult<T>>;
Expand description
Future for RPC-level requests.
Aliased Type§
struct RpcFut<'a, T> {}
pub type RpcFut<'a, T> = BoxFuture<'a, TransportResult<T>>;
Future for RPC-level requests.
struct RpcFut<'a, T> {}