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