Trait dominator::IStyle [] [src]

pub trait IStyle: ReferenceType {
    fn set_style(&self, name: &str, value: &str, important: bool) { ... }
}

Provided Methods

Implementors