Trait glib::value::FromValue
[−]
[src]
pub trait FromValue: FromValueOptional { unsafe fn from_value(_: &Value) -> Self; }
Extracts a value.
Only implemented for types that don't support a None value.