Trait glib::value::FromValue [] [src]

pub trait FromValue<'a>: FromValueOptional<'a> {
    unsafe fn from_value(_: &'a Value) -> Self;
}

Extracts a value.

Only implemented for types that don't support a None value.

Required Methods

Implementors