pub type RequestHandlerFuture = Pin<Box<dyn Future<Output = Result<Value, JsonRpcError>> + Send>>;
Future returned by async request handlers.
pub struct RequestHandlerFuture { /* private fields */ }