Trait conrod::widget::Style [] [src]

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

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

Implementors