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