Trait oxygengine_core::app::BackendAppRunner[][src]

pub trait BackendAppRunner<'a, 'b, E> {
    fn run(&mut self, app: Rc<RefCell<App<'a, 'b>>>) -> Result<(), E>;
}

Required methods

Implementors