pub trait PortalListWidgetRefExt {
// Required methods
fn portal_list(&self, path: &[LiveId]) -> PortalListRef;
fn as_portal_list(&self) -> PortalListRef;
}pub trait PortalListWidgetRefExt {
// Required methods
fn portal_list(&self, path: &[LiveId]) -> PortalListRef;
fn as_portal_list(&self) -> PortalListRef;
}