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

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

Dummy future used as a noop result of middleware.