Trait glib::translate::FromGlib [] [src]

pub trait FromGlib<T>: Sized {
    fn from_glib(val: T) -> Self;
}

Translate a simple type.

Required Methods

Implementors