pub trait ApplicationWindowImplExt: ApplicationWindowImpl {
// Provided method
fn parent_save_state(&self, state: &VariantDict) -> bool { ... }
}Provided Methods§
fn parent_save_state(&self, state: &VariantDict) -> bool
Available on crate feature
v4_22 only.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.