Trait Style
conrod_core::widget
pub trait Style: Any + Debug + PartialEq + Sized { }
The necessary bounds for a Widget's associated Style type.
impl<T> Style for T where T: Any + Debug + PartialEq + Sized,
Auto-implement the Style trait for all applicable types.