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