pub trait MimeTypeMethods<D: DomTypes> {
    // Required methods
    fn Type(&self) -> DOMString;
    fn Description(&self) -> DOMString;
    fn Suffixes(&self) -> DOMString;
    fn EnabledPlugin(&self) -> DomRoot<D::Plugin>;
}

Required Methods§

Implementors§