Skip to main content

TogglePanelSetWidgetRefExt

Trait TogglePanelSetWidgetRefExt 

Source
pub trait TogglePanelSetWidgetRefExt {
    // Required method
    fn toggle_panel_set(&self, paths: &[&[LiveId]]) -> TogglePanelSet;
}

Required Methods§

Source

fn toggle_panel_set(&self, paths: &[&[LiveId]]) -> TogglePanelSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§