pub trait HResultX { // Required method fn into_hyper_response(self) -> Result<Response<Body>, Error>; }