pub trait HasResourceMimeType { // Provided method fn mime_type(&self) -> Option<&str> { ... } }
Resource MIME type trait