pub(crate) trait CSSNamespaceRuleMethods<D>where D: DomTypes,{ // Required methods fn NamespaceURI(&self) -> DOMString; fn Prefix(&self) -> DOMString; }