Trait glib::value::FromValue

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

Extracts a value.

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

Required Methods

Implementations on Foreign Types

Implementors