pub trait PopupNotificationWidgetRefExt {
// Required methods
fn popup_notification(&self, path: &[LiveId]) -> PopupNotificationRef;
fn as_popup_notification(&self) -> PopupNotificationRef;
}pub trait PopupNotificationWidgetRefExt {
// Required methods
fn popup_notification(&self, path: &[LiveId]) -> PopupNotificationRef;
fn as_popup_notification(&self) -> PopupNotificationRef;
}