pub trait PyqieCallback { // Required methods fn update(&mut self, pyqie: &mut Pyqie); fn draw(&mut self, pyqie: &mut Pyqie); }