Skip to main content

WindowWidgetActionsExt

Trait WindowWidgetActionsExt 

Source
pub trait WindowWidgetActionsExt {
    // Required method
    fn window(&self, path: &[LiveId]) -> WindowRef;
}

Required Methods§

Source

fn window(&self, path: &[LiveId]) -> WindowRef

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§