pub trait HTMLStyleElementMethods {
    fn GetSheet(&self) -> Option<Root<Dom<StyleSheet>>>;
}

Required Methods§

Implementors§