pub trait PanelFrameImplExt: ObjectSubclass {
// Required methods
fn parent_page_closed(&self, widget: &Widget);
fn parent_adopt_widget(&self, widget: &Widget) -> bool;
}Required Methods§
fn parent_page_closed(&self, widget: &Widget)
fn parent_adopt_widget(&self, widget: &Widget) -> bool
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.