pub trait ViewWidgetRefExt { // Required methods fn view(&self, path: &[LiveId]) -> ViewRef; fn as_view(&self) -> ViewRef; }