[][src]Trait sauron_native::backend::Backend

pub trait Backend<APP, MSG> where
    MSG: Clone + Debug + 'static,
    APP: Component<MSG> + 'static, 
{ fn init(app: APP) -> Rc<Self>; fn start_render(self: &Rc<Self>) { ... } }

Required methods

fn init(app: APP) -> Rc<Self>

Loading content...

Provided methods

fn start_render(self: &Rc<Self>)

Loading content...

Implementors

Loading content...