[][src]Trait glade::View

pub trait View where
    Self: Sized
{ pub fn load_glade() -> Result<Rc<RefCell<Self>>, Error>; }

Required methods

pub fn load_glade() -> Result<Rc<RefCell<Self>>, Error>[src]

Loading content...

Implementors

Loading content...