pub trait IntoGlib { type GlibType: Copy; fn into_glib(self) -> Self::GlibType; }
Translate a simple type.