Trait glib::variant::StaticVariantType
[−]
[src]
pub trait StaticVariantType { fn static_variant_type() -> Cow<'static, VariantTy>; }
Returns VariantType
of Self
.
Required Methods
fn static_variant_type() -> Cow<'static, VariantTy>
Returns the VariantType
corresponding to Self
.