[][src]Trait tuifw::ViewBuilderWidgetExt

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

Required methods

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

Loading content...

Implementors

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

Loading content...