Trait glib::object::ParentClassIs
source · pub unsafe trait ParentClassIs: IsClass {
type Parent: IsClass;
}
Required Associated Types§
Object Safety§
This trait is not object safe.
pub unsafe trait ParentClassIs: IsClass {
type Parent: IsClass;
}