[go: up one dir, main page]

Trait glib::translate::ToGlib

source ·
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