Trait forky_play::AppX
source · pub trait AppX {
// Required methods
fn __(&mut self) -> &mut Self;
fn forky_surrender_focus(&mut self) -> &mut Self;
fn forky_exit_after(&mut self, secs: f64) -> &mut Self;
fn insert_test_timer(&mut self) -> &mut Self;
fn update_with_tick(&mut self, secs: f32) -> &mut Self;
fn with_app_res(self) -> RcCell<Self>;
}