[][src]Trait micro_gui::core::window::OnLoad

pub trait OnLoad {
    fn on_load(&mut self);
}

OnLoad trait called when a window is loaded

Required methods

fn on_load(&mut self)

Loading content...

Implementors

impl<'a, Pixel> OnLoad for Window<'a, Pixel>[src]

Loading content...