Trait script::dom::bindings::codegen::Bindings::CSSRuleBinding::CSSRule_Binding::CSSRuleMethods
source · pub trait CSSRuleMethods<D: DomTypes> {
// Required methods
fn Type(&self) -> u16;
fn CssText(&self) -> DOMString;
fn SetCssText(&self, value: DOMString);
fn GetParentStyleSheet(&self) -> Option<Root<Dom<CSSStyleSheet>>>;
}