Skip to main content

FileTreeWidgetRefExt

Trait FileTreeWidgetRefExt 

Source
pub trait FileTreeWidgetRefExt {
    // Required methods
    fn file_tree(&self, path: &[LiveId]) -> FileTreeRef;
    fn as_file_tree(&self) -> FileTreeRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§