[][src]Trait kiss3d_conrod::widget::Style

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

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

Implementors

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

Auto-implement the Style trait for all applicable types.

Loading content...