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

Required methods

Implementors