libadwaita::subclass::prelude

Trait ShortcutManagerImpl

source
pub trait ShortcutManagerImpl: ObjectImpl + ObjectSubclass
where Self::Type: IsA<ShortcutManager>,
{ // Provided methods fn add_controller(&self, controller: &ShortcutController) { ... } fn remove_controller(&self, controller: &ShortcutController) { ... } }

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§