[go: up one dir, main page]

Trait glib::translate::FromGlib

source ·
pub trait FromGlib<T>: Sized {
    fn from_glib(val: T) -> Self;
}
Expand description

Translate a simple type.

Required Methods

Implementations on Foreign Types

Implementors