[][src]Trait geng::ui::Config

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

Notable traits for Box<W>

impl<W> Write for Box<W> where
    W: Write + ?Sized
impl<R> Read for Box<R> where
    R: Read + ?Sized
impl<F> Future for Box<F> where
    F: Unpin + Future + ?Sized
type Output = <F as Future>::Output;
; }

Required methods

fn get(&self) -> T

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

Notable traits for Box<W>

impl<W> Write for Box<W> where
    W: Write + ?Sized
impl<R> Read for Box<R> where
    R: Read + ?Sized
impl<F> Future for Box<F> where
    F: Unpin + Future + ?Sized
type Output = <F as Future>::Output;

Loading content...

Implementors

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

Loading content...