Trait glib::variant::StaticVariantType [] [src]

pub trait StaticVariantType {
    fn static_variant_type() -> Cow<'static, VariantTy>;
}

Returns VariantType of Self.

Required Methods

Returns the VariantType corresponding to Self.

Implementors