Trait script::dom::bindings::codegen::Bindings::CSSStyleSheetBinding::CSSStyleSheet_Binding::CSSStyleSheetMethods
source · pub trait CSSStyleSheetMethods {
// Required methods
fn GetCssRules(&self) -> Result<Root<Dom<CSSRuleList>>, Error>;
fn InsertRule(&self, rule: DOMString, index: u32) -> Result<u32, Error>;
fn DeleteRule(&self, index: u32) -> Result<(), Error>;
}