pub trait FromGlib<T>: Sized { // Required method fn from_glib(val: T) -> Self; }
Translate a simple type.