Trait qml::QMetaTypable
[−]
[src]
pub trait QMetaTypable { fn metatype() -> QMetaType; }
Provides an associated variant of enum for a type.
Only types that implement this, may be used as types in signals, slots or properties.