Trait dominator::traits::Style [] [src]

pub trait Style {
    fn set_style<A: IStyle + Clone + 'static>(
        self,
        element: &A,
        callbacks: &mut Callbacks,
        name: &str,
        important: bool
    ); }

Required Methods

Implementations on Foreign Types

impl<'a> Style for &'a str
[src]

[src]

Implementors