[][src]Trait termit_ui::GUI

pub trait GUI {
    fn react(&mut self) -> Result<()>;
}

Required methods

fn react(&mut self) -> Result<()>

Loading content...

Implementors

impl GUI for TermionGUI[src]

Loading content...