pub trait CSSConditionRuleMethods<D: DomTypes> {
    // Required method
    fn ConditionText(&self) -> DOMString;
}

Required Methods§

Implementors§