Skip to main content

CodeViewSetWidgetRefExt

Trait CodeViewSetWidgetRefExt 

Source
pub trait CodeViewSetWidgetRefExt {
    // Required method
    fn code_view_set(&self, paths: &[&[LiveId]]) -> CodeViewSet;
}

Required Methods§

Source

fn code_view_set(&self, paths: &[&[LiveId]]) -> CodeViewSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl CodeViewSetWidgetRefExt for WidgetRef

Source§

fn code_view_set(&self, paths: &[&[LiveId]]) -> CodeViewSet

Implementors§