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