pub trait MimeTypeMethods {
    // Required methods
    fn Type(&self) -> DOMString;
    fn Description(&self) -> DOMString;
    fn Suffixes(&self) -> DOMString;
    fn EnabledPlugin(&self) -> Root<Dom<Plugin>>;
}

Required Methods§

Implementors§