pub trait OptionIntoGlib: IntoGlib { const GLIB_NONE: Self::GlibType; }
A Rust type T for which Option<T> translates to the same glib type as T.
T
Option<T>