[][src]Trait kit::KApp

pub trait KApp: 'static + Sized {
    fn new() -> Self;
fn init(&mut self, ctx: &mut Ctx);
fn frame(&mut self, ctx: &mut Ctx); }

Required methods

fn new() -> Self

fn init(&mut self, ctx: &mut Ctx)

fn frame(&mut self, ctx: &mut Ctx)

Loading content...

Implementors

Loading content...