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

Dummy future used as a noop result of middleware.