pub type BoxFut = Box<dyn Future<Item = Response<Body>, Error = Error> + Send>;
pub struct BoxFut(/* private fields */);