Skip to main content

SlidePanelWidgetActionsExt

Trait SlidePanelWidgetActionsExt 

Source
pub trait SlidePanelWidgetActionsExt {
    // Required method
    fn slide_panel(&self, path: &[LiveId]) -> SlidePanelRef;
}

Required Methods§

Source

fn slide_panel(&self, path: &[LiveId]) -> SlidePanelRef

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§