Type Definition luminal_router::ServiceFuture [] [src]

type ServiceFuture = Box<Future<Item = Response, Error = Error>>;

Convenience, especially for hyper::service::service_fn.