Trait CSSNamespaceRuleMethods

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

Required Methods§

Implementors§