[][src]Trait mergui::Assets

pub trait Assets {
    fn get_image(&self, name: &str) -> &Image;
}

Used by widgets to get the image they need to render.

Required methods

fn get_image(&self, name: &str) -> &Image

Loading content...

Implementors

Loading content...