[−][src]Trait glib::variant::FromVariant
Extracts a value.
Required methods
fn from_variant(variant: &Variant) -> Option<Self>
Tries to extract a value.
Returns Some
if the variant's type matches Self
.