Skip to main content

ExpandablePanelSetWidgetExt

Trait ExpandablePanelSetWidgetExt 

Source
pub trait ExpandablePanelSetWidgetExt {
    // Required method
    fn expandable_panel_set(
        &mut self,
        paths: &[&[LiveId]],
    ) -> ExpandablePanelSet;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§