pub fn is_mime_supported(mime_type: &str) -> bool
Returns whether a mime type is supported.
assert!(infer::is_mime_supported("image/jpeg"));