pub trait ToGlib { type GlibType; // Required method fn to_glib(&self) -> Self::GlibType; }
Translate a simple type.