pub trait IntoResponse { type Content; // Required method fn into_outcome(self) -> Response<Self::Content>; }