Trait glib::object::ObjectSubclassIs[][src]

pub unsafe trait ObjectSubclassIs: IsClass {
    type Subclass: ObjectSubclass;
}
Expand description

Automatically implemented by ObjectSubclass variants of wrapper!

Associated Types

Implementors