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

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

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

Implementors