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

Required Methods§

source

fn code_editor(&mut self, path: &[LiveId]) -> CodeEditorRef

Implementors§

source§

impl<T> CodeEditorWidgetExt for Twhere T: Widget,