Trait CodeViewSetWidgetSetExt

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

Required Methods§

Implementations on Foreign Types§

Source§

impl CodeViewSetWidgetSetExt for WidgetSet

Implementors§