pub trait ToGlib {
    type GlibType;

    fn to_glib(&self) -> Self::GlibType;
}
Expand description

Translate a simple type.

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors