pub trait IntoResponseParts { // Required method fn into_response_parts(self, response: Response) -> Response; }