Trait glib::glib_container::GlibContainer [] [src]

pub trait GlibContainer<I> {
    fn wrap(pointer: I) -> Self;
    fn unwrap(&self) -> I;
}

Required Methods

fn wrap(pointer: I) -> Self

fn unwrap(&self) -> I

Implementors