[][src]Trait tuifw::view::ViewTemplate

pub trait ViewTemplate: Debug + DynClone + Send + Sync {
    fn load(&self, context: &mut dyn Context, view: View);
fn unload(&self, context: &mut dyn Context, view: View); }

Required methods

fn load(&self, context: &mut dyn Context, view: View)

fn unload(&self, context: &mut dyn Context, view: View)

Loading content...

Implementors

Loading content...