Trait glib::value::ValueTypeOptional[][src]

pub trait ValueTypeOptional: ValueType + ToValueOptional + FromValueOptional<'static> + StaticType { }
Expand description

A type that can be stored in Values and is optional.

These are types were storing an Option is valid. Examples are String and all object types.

Implementors