pub trait ShortcutTriggerExt: 'static { // Required methods fn to_label(&self, display: &impl IsA<Display>) -> GString; fn to_str(&self) -> GString; }