pub fn image_mime_for(path: &Path) -> &'static strExpand description
The image/<subtype> MIME type for a recognized image extension, for
the data: URL — falls back to png for anything is_image_path
didn’t already gate (defensive; never actually hit through
is_image_path’s own extension list).