(headers: axum::http::HeaderMap)
| 73 | .into_response(), |
| 74 | }; |
| 75 | } |
| 76 | |
| 77 | ( |
| 78 | [( |
| 79 | axum::http::header::CONTENT_TYPE, |
| 80 | "image/svg+xml; charset=utf-8", |
| 81 | )], |
| 82 | svg, |
| 83 | ) |
| 84 | .into_response() |
| 85 | } |
| 86 | |
| 87 | #[cfg(feature = "ssr")] |
nothing calls this directly
no test coverage detected