pub trait ExpandablePanelWidgetExt {
// Required method
fn expandable_panel(&self, path: &[LiveId]) -> ExpandablePanelRef;
}Required Methods§
fn expandable_panel(&self, path: &[LiveId]) -> ExpandablePanelRef
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".