[][src]Trait laid::App

pub trait App {
    fn update(&mut self);
fn render(&self) -> Renderable; }

Required methods

fn update(&mut self)

fn render(&self) -> Renderable

Loading content...

Implementors

Loading content...