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

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

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...