Trait glib::subclass::interface::ObjectInterfaceType
source · pub unsafe trait ObjectInterfaceType {
// Required method
fn type_() -> Type;
}
Expand description
Type methods required for an ObjectInterface
implementation.
This is usually generated by the #[object_interface]
attribute macro.