pub trait GtkApplicationImplExt: Sealed + ObjectSubclass {
// Provided methods
fn parent_window_added(&self, window: &Window) { ... }
fn parent_window_removed(&self, window: &Window) { ... }
}
Provided Methods§
fn parent_window_added(&self, window: &Window)
fn parent_window_removed(&self, window: &Window)
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.