CSSStyleRuleMethods

Trait CSSStyleRuleMethods 

Source
pub trait CSSStyleRuleMethods<D>
where D: DomTypes,
{ // Required methods fn SelectorText(&self) -> DOMString; fn SetSelectorText(&self, value: DOMString); fn Style( &self, cx: &mut JSContext, ) -> Root<Dom<<D as DomTypes>::CSSStyleDeclaration>>; }

Required Methods§

Source

fn SelectorText(&self) -> DOMString

Source

fn SetSelectorText(&self, value: DOMString)

Source

fn Style( &self, cx: &mut JSContext, ) -> Root<Dom<<D as DomTypes>::CSSStyleDeclaration>>

Implementors§