[][src]Trait cone::App

pub trait App {
    fn draw(&self, frame: &mut Frame);
fn update(&mut self); }

Required methods

fn draw(&self, frame: &mut Frame)

fn update(&mut self)

Loading content...

Implementors

Loading content...