pub trait PanelFrameImpl: WidgetImpl {
// Provided methods
fn page_closed(&self, widget: &Widget) { ... }
fn adopt_widget(&self, widget: &Widget) -> bool { ... }
}Provided Methods§
fn page_closed(&self, widget: &Widget)
fn 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.