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