[][src]Type Definition susydev_jsonrpc_core::middleware::NoopCallFuture

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

Dummy future used as a noop call result of middleware.