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

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

Dummy future used as a noop result of middleware.