Trait script::dom::bindings::codegen::Bindings::StylePropertyMapReadOnlyBinding::StylePropertyMapReadOnly_Binding::StylePropertyMapReadOnlyMethods
source · pub trait StylePropertyMapReadOnlyMethods {
// Required methods
fn Get(&self, property: DOMString) -> Option<Root<Dom<CSSStyleValue>>>;
fn Has(&self, property: DOMString) -> bool;
fn GetProperties(&self) -> Vec<DOMString>;
}