pub trait GtkApplicationImpl: GtkApplicationImplExt + ApplicationImpl {
// Provided methods
fn window_added(&self, window: &Window) { ... }
fn window_removed(&self, window: &Window) { ... }
}
Provided Methods§
fn window_added(&self, window: &Window)
fn 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.