pub trait OnLoad { // Required method fn on_load(&mut self); }
OnLoad trait called when a window is loaded