Trait glib::translate::ToGlib [] [src]

pub trait ToGlib {
    type GlibType;
    fn to_glib(&self) -> Self::GlibType;
}

Translate a simple type.

Associated Types

Required Methods

Implementors