Trait script::dom::bindings::codegen::Bindings::StyleSheetListBinding::StyleSheetList_Binding::StyleSheetListMethods
source · pub trait StyleSheetListMethods {
// Required methods
fn Item(&self, index: u32) -> Option<Root<Dom<StyleSheet>>>;
fn Length(&self) -> u32;
fn IndexedGetter(&self, index: u32) -> Option<Root<Dom<StyleSheet>>>;
}