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