Trait glib::translate::OptionIntoGlib
source · pub trait OptionIntoGlib: IntoGlib {
const GLIB_NONE: Self::GlibType;
}
Expand description
A Rust type T
for which Option<T>
translates to the same glib type as T.
Required Associated Constants§
Object Safety§
This trait is not object safe.