Skip to main content

TogglePanelWidgetRefExt

Trait TogglePanelWidgetRefExt 

Source
pub trait TogglePanelWidgetRefExt {
    // Required methods
    fn toggle_panel(&self, path: &[LiveId]) -> TogglePanelRef;
    fn as_toggle_panel(&self) -> TogglePanelRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§