pub type RpcResultFuture = BoxFuture<'static, RpcResult>;
A boxed future holding the result of an RPC method.
struct RpcResultFuture {}