Type Definition serv::HyperFuture

source ·
pub type HyperFuture = Box<dyn Future<Item = Response<Body>, Error = Error>>;