Trait tungsten::Frontend [] [src]

pub trait Frontend<M> {
    fn process_events(
        &mut self,
        dispatcher: &mut EventDispatcher<M>,
        model: &mut M
    ); fn render(&mut self, model: &M); }

Required Methods

Implementors