Trait conrod_core::widget::Style[][src]

pub trait Style: Any + Debug + PartialEq + Sized { }
Expand description

The necessary bounds for a Widget’s associated Style type.

Implementors