pub trait WindowSetWidgetSetExt {
// Required methods
fn window_set(&self, paths: &[&[LiveId]]) -> WindowSet;
fn as_window_set(&self) -> WindowSet;
}
pub trait WindowSetWidgetSetExt {
// Required methods
fn window_set(&self, paths: &[&[LiveId]]) -> WindowSet;
fn as_window_set(&self) -> WindowSet;
}