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