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

type NoopFuture = Box<dyn Future<Item = Option<Response>, Error = ()> + Send>;

Dummy future used as a noop result of middleware.