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

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

Dummy future used as a noop result of middleware.