[][src]Trait mergui::widgets::WidgetConfig

pub trait WidgetConfig<R: Sized, W: Widget> {
    fn to_widget(self) -> (W, R);
}

Turns a simple configuration into a real widget that can be drawn and interacted with.

Required methods

fn to_widget(self) -> (W, R)

Loading content...

Implementors

Loading content...