pub trait CodeViewSetWidgetRefExt {
// Required method
fn code_view_set(&self, paths: &[&[LiveId]]) -> CodeViewSet;
}
pub trait CodeViewSetWidgetRefExt {
// Required method
fn code_view_set(&self, paths: &[&[LiveId]]) -> CodeViewSet;
}