Trait CodeViewWidgetRefExt

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

Required Methods§

Implementations on Foreign Types§

Source§

impl CodeViewWidgetRefExt for WidgetRef

Implementors§