Trait grafix_toolbox::gui::GuiStorage[][src]

pub trait GuiStorage {
    fn storage(id: u32) -> &'static mut Self;
}

Required methods

Implementors