pub trait ListWidgetRefExt { // Required methods fn list(&self, path: &[LiveId]) -> ListRef; fn as_list(&self) -> ListRef; }