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

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

Dummy future used as a noop result of middleware.