pub trait TabBarWidgetRefExt { // Required methods fn tab_bar(&self, path: &[LiveId]) -> TabBarRef; fn as_tab_bar(&self) -> TabBarRef; }