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