pub trait GObjectAccessibleExt: 'static {
    fn get_object(&self) -> Option<Object>;
}

Required Methods

Implementors