Skip to main content

RootWidgetActionsExt

Trait RootWidgetActionsExt 

Source
pub trait RootWidgetActionsExt {
    // Required method
    fn root(&self, path: &[LiveId]) -> RootRef;
}

Required Methods§

Source

fn root(&self, path: &[LiveId]) -> RootRef

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§