Trait MimeTypeMethods

Source
pub(crate) trait MimeTypeMethods<D>
where D: DomTypes,
{ // Required methods fn Type(&self) -> DOMString; fn Description(&self) -> DOMString; fn Suffixes(&self) -> DOMString; fn EnabledPlugin(&self) -> Root<Dom<<D as DomTypes>::Plugin>>; }

Required Methods§

Implementors§