pub trait NativeDialogImplExt: Sealed + ObjectSubclass {
// Provided methods
fn parent_response(&self, response: ResponseType) { ... }
fn parent_show(&self) { ... }
fn parent_hide(&self) { ... }
}
๐Deprecated: Since 4.10
Provided Methodsยง
fn parent_response(&self, response: ResponseType)
๐Deprecated: Since 4.10
fn parent_show(&self)
๐Deprecated: Since 4.10
fn parent_hide(&self)
๐Deprecated: Since 4.10
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.