pub trait CodeEditorWidgetRefExt {
// Required methods
fn code_editor(&self, path: &[LiveId]) -> CodeEditorRef;
fn as_code_editor(&self) -> CodeEditorRef;
}
pub trait CodeEditorWidgetRefExt {
// Required methods
fn code_editor(&self, path: &[LiveId]) -> CodeEditorRef;
fn as_code_editor(&self) -> CodeEditorRef;
}