Trait glib::variant::StaticVariantType
source · [−]pub trait StaticVariantType {
fn static_variant_type() -> Cow<'static, VariantTy>;
}Expand description
Returns VariantType of Self.
Required methods
fn static_variant_type() -> Cow<'static, VariantTy>
fn static_variant_type() -> Cow<'static, VariantTy>
Returns the VariantType corresponding to Self.
Implementations on Foreign Types
Portability Warning
This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.
Portability Warning
This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.
Portability Warning
This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.
Portability Warning
This impl is for a platform-specific type. Any variants serialized from this type should be deserialized on the same machine.