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

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

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

Implementors

impl<T> Style for T where
    T: Any + Debug + PartialEq<T>, 
[src]

Auto-implement the Style trait for all applicable types.

Loading content...