[][src]Trait gtk_resources::UIResource

pub trait UIResource {
    fn load() -> Result<Self, String>
    where
        Self: Sized
; }

Trait for gtk::Builder resources.

Required methods

fn load() -> Result<Self, String> where
    Self: Sized

Loads the resource struct with the gtk::Builder from the corresponding resource bundle.

Loading content...

Implementors

Loading content...