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