Trait nannou::ui::widget::Style[][src]

pub trait Style: PartialEq<Self> + Any + Debug { }

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

Implementors