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

Dummy future used as a noop call result of middleware.