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>>>;
}

Required Methods§

source

fn Item(&self, index: u32) -> Option<Root<Dom<StyleSheet>>>

source

fn Length(&self) -> u32

source

fn IndexedGetter(&self, index: u32) -> Option<Root<Dom<StyleSheet>>>

Implementors§