Type Alias RpcResultFuture

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

A boxed future holding the result of an RPC method.

Aliased Typeยง

struct RpcResultFuture {}