pub type RpcFut<'a, T> = BoxFuture<'a, TransportResult<T>>;Expand description
Future for RPC-level requests.
Aliased Typeยง
pub struct RpcFut<'a, T> { /* private fields */ }pub type RpcFut<'a, T> = BoxFuture<'a, TransportResult<T>>;Future for RPC-level requests.
pub struct RpcFut<'a, T> { /* private fields */ }