Trait libhelium::subclass::prelude::ShortcutManagerImpl

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

Provided Methods§

fn add_controller(&self, controller: &ShortcutController)

fn remove_controller(&self, controller: &ShortcutController)

Object Safety§

This trait is not object safe.

Implementors§