alloy_transport

Type Alias RpcFut

source
pub type RpcFut<'a, T> = BoxFuture<'a, TransportResult<T>>;
Expand description

Future for RPC-level requests.

Aliased Typeยง

struct RpcFut<'a, T> {}