[][src]Trait tuifw::WidgetTemplate

pub trait WidgetTemplate: Debug + DynClone + Send + Sync {
    fn load(&self, context: &mut dyn Context) -> Widget;
}

Required methods

fn load(&self, context: &mut dyn Context) -> Widget

Loading content...

Implementors

Loading content...