Trait glib::translate::ToGlib
[−]
[src]
pub trait ToGlib { type GlibType; fn to_glib(&self) -> Self::GlibType; }
Translate a simple type.
pub trait ToGlib { type GlibType; fn to_glib(&self) -> Self::GlibType; }
Translate a simple type.
type GlibType