Type Alias tor_rpcbase::dispatch::RpcResultFuture

source ·
pub type RpcResultFuture = BoxFuture<'static, RpcResult>;
Expand description

A boxed future holding the result of an RPC method.

Aliased Type§

struct RpcResultFuture {}