1 2 3 4 5
impl axum::response::IntoResponse for crate::Raw { fn into_response(self) -> axum::response::Response<axum::body::Body> { axum::response::Html(self.0).into_response() } }