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

Implementations on Foreign Types§

Source§

impl CodeViewSetWidgetRefExt for WidgetRef

Source§

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

Implementors§