Type Alias jsonrpc_core::middleware::NoopCallFuture
source · pub type NoopCallFuture = Pin<Box<dyn Future<Output = Option<Output>> + Send>>;
Expand description
Dummy future used as a noop call result of middleware.
Aliased Type§
struct NoopCallFuture { /* private fields */ }