pub type HyperAnswer = Response<HyperBody>;
The answer this service produces, which is a hyper response like any other.
pub struct HyperAnswer { /* private fields */ }