CSSPropertyRuleMethods

Trait CSSPropertyRuleMethods 

Source
pub(crate) trait CSSPropertyRuleMethods<D>
where D: DomTypes,
{ // Required methods fn Name(&self) -> DOMString; fn Syntax(&self) -> DOMString; fn Inherits(&self) -> bool; fn GetInitialValue(&self) -> Option<DOMString>; }

Required Methods§

Implementors§