[][src]Trait tuifw::ViewBuilderWidgetExt

pub trait ViewBuilderWidgetExt {
    fn widget(self, widget: Widget) -> Self;
}

Required methods

fn widget(self, widget: Widget) -> Self

Loading content...

Implementors

impl<'a> ViewBuilderWidgetExt for ViewBuilder<'a>[src]

Loading content...