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