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.

Required Methods

Returns an associate variant of QMetaType

Implementors