pub trait AdwDialogImplExt: Sealed + ObjectSubclass {
// Provided methods
fn parent_close_attempt(&self) { ... }
fn parent_closed(&self) { ... }
}
Available on crate feature
v1_5
only.Provided Methods§
fn parent_close_attempt(&self)
fn parent_closed(&self)
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.