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