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