Trait RootWidgetRefExt

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

Required Methods§

Source

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

Source

fn as_root(&self) -> RootRef

Implementors§