pub trait ShortcutManagerImpl: ObjectImpl {
    // Provided methods
    fn add_controller(&self, controller: &ShortcutController) { ... }
    fn remove_controller(&self, controller: &ShortcutController) { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§