Skip to main content

CodeViewWidgetActionsExt

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl CodeViewWidgetActionsExt for Actions

Source§

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

Implementors§