Trait script::dom::bindings::codegen::Bindings::CSSRuleListBinding::CSSRuleList_Binding::CSSRuleListMethods
source · pub trait CSSRuleListMethods<D: DomTypes> {
// Required methods
fn Item(&self, index: u32) -> Option<Root<Dom<CSSRule>>>;
fn Length(&self) -> u32;
fn IndexedGetter(&self, index: u32) -> Option<Root<Dom<CSSRule>>>;
}