Trait WindowWidgetRefExt

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

Required Methods§

Source

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

Source

fn as_window(&self) -> WindowRef

Implementors§