pub trait MimeType {
// Required method
fn mime_type(&self) -> &'static str;
}Expand description
Types that implement this trait can inform about their MIME-TYPE More information about MIME types: https://www.iana.org/assignments/media-types/media-types.xhtml