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

Required Methods§

source

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

source

fn as_code_editor(&self) -> CodeEditorRef

Implementations on Foreign Types§

source§

impl CodeEditorWidgetRefExt for WidgetRef

source§

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

source§

fn as_code_editor(&self) -> CodeEditorRef

Implementors§