Trait script::dom::bindings::codegen::Bindings::HTMLStyleElementBinding::HTMLStyleElement_Binding::HTMLStyleElementMethods
source · pub trait HTMLStyleElementMethods {
// Required methods
fn Disabled(&self) -> bool;
fn SetDisabled(&self, value: bool);
fn GetSheet(&self) -> Option<Root<Dom<StyleSheet>>>;
}