Trait limn_core::style::WidgetModifier [] [src]

pub trait WidgetModifier {
    fn apply(&self, widget: &mut Widget);
}

Required Methods

Implementors