Skip to main content

ExpandablePanelWidgetRefExt

Trait ExpandablePanelWidgetRefExt 

Source
pub trait ExpandablePanelWidgetRefExt {
    // Required methods
    fn expandable_panel(&self, path: &[LiveId]) -> ExpandablePanelRef;
    fn as_expandable_panel(&self) -> ExpandablePanelRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§