pub trait CodeEditorWidgetExt { // Required method fn code_editor(&mut self, path: &[LiveId]) -> CodeEditorRef; }