Trait glib::value::ValueTypeOptional
source · [−]pub trait ValueTypeOptional: ValueType + ToValueOptional + FromValueOptional<'static> + StaticType { }
Expand description
A type that can be stored in Value
s and is optional.
These are types were storing an Option
is valid. Examples are String
and all object types.