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

Required Methods

Implementors