Type Definition jsonrpc_core::middleware::NoopCallFuture[][src]

pub type NoopCallFuture = Pin<Box<dyn Future<Output = Option<Output>> + Send>>;
Expand description

Dummy future used as a noop call result of middleware.