pub trait CodeViewWidgetRefExt {
// Required methods
fn code_view(&self, path: &[LiveId]) -> CodeViewRef;
fn as_code_view(&self) -> CodeViewRef;
}
pub trait CodeViewWidgetRefExt {
// Required methods
fn code_view(&self, path: &[LiveId]) -> CodeViewRef;
fn as_code_view(&self) -> CodeViewRef;
}