pub trait CSSStyleRuleMethods {
    // Required methods
    fn SelectorText(&self) -> DOMString;
    fn SetSelectorText(&self, value: DOMString);
    fn Style(&self) -> Root<Dom<CSSStyleDeclaration>>;
}

Required Methods§

Implementors§