[][src]Trait geng_ui::Config

pub trait Config<T> {
    fn get(&self) -> T;
fn ui<'a>(&'a mut self) -> Box<dyn Widget + 'a>; }

Required methods

fn get(&self) -> T

fn ui<'a>(&'a mut self) -> Box<dyn Widget + 'a>

Loading content...

Implementors

impl<T: ToString + Clone> Config<T> for ShowValue<T>[src]

Loading content...