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