[][src]Trait geng::ui::State

pub trait State {
    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 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

Loading content...