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