Skip to main content

DemoFileTreeWidgetRefExt

Trait DemoFileTreeWidgetRefExt 

Source
pub trait DemoFileTreeWidgetRefExt {
    // Required methods
    fn demo_file_tree(&self, path: &[LiveId]) -> DemoFileTreeRef;
    fn as_demo_file_tree(&self) -> DemoFileTreeRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl DemoFileTreeWidgetRefExt for WidgetRef

Implementors§