pub trait StudioCodeEditorWidgetRefExt {
// Required methods
fn studio_code_editor(&self, path: &[LiveId]) -> StudioCodeEditorRef;
fn as_studio_code_editor(&self) -> StudioCodeEditorRef;
}pub trait StudioCodeEditorWidgetRefExt {
// Required methods
fn studio_code_editor(&self, path: &[LiveId]) -> StudioCodeEditorRef;
fn as_studio_code_editor(&self) -> StudioCodeEditorRef;
}