pub trait CSSNamespaceRuleMethods {
    // Required methods
    fn NamespaceURI(&self) -> DOMString;
    fn Prefix(&self) -> DOMString;
}

Required Methods§

Implementors§