Trait glib::subclass::types::ObjectSubclassIsExt   
source · pub trait ObjectSubclassIsExt: ObjectSubclassIs {
    // Required method
    fn imp(&self) -> &Self::Subclass;
}Expand description
Trait implemented by any type implementing ObjectSubclassIs to return the implementation, private Rust struct.