pub trait IntoResponse { // Required method fn into_response(self) -> Response<Body>; }
转换为 HTTP 响应的 trait