Trait widgetui::widget::into_widget_set::IntoWidgetSet
source · pub trait IntoWidgetSet<Inputs, Types> {
// Required method
fn into_widget_set(self) -> Vec<Box<dyn for<'a> Widget>>;
}Expand description
Enables a tuple of Widgets to be registered with the widget method.