pub type Response = Response<Body>;
Response type into which types implementing the Reply trait are convertable.
Reply
struct Response { /* private fields */ }