pub trait ViewSetWidgetSetExt { // Required methods fn view_set(&self, paths: &[&[LiveId]]) -> ViewSet; fn as_view_set(&self) -> ViewSet; }