Trait CodeViewWidgetActionsExt

Source
pub trait CodeViewWidgetActionsExt {
    // Required method
    fn code_view(&self, path: &[LiveId]) -> CodeViewRef;
}

Required Methods§

Source

fn code_view(&self, path: &[LiveId]) -> CodeViewRef

Implementations on Foreign Types§

Source§

impl CodeViewWidgetActionsExt for Actions

Source§

fn code_view(&self, path: &[LiveId]) -> CodeViewRef

Implementors§