pub trait GuiInspect { // Required methods fn ui(&self, ui: &mut Ui); fn ui_mut(&mut self, ui: &mut Ui); }