pub trait PopupNotificationSetWidgetRefExt {
// Required method
fn popup_notification_set(
&self,
paths: &[&[LiveId]],
) -> PopupNotificationSet;
}
pub trait PopupNotificationSetWidgetRefExt {
// Required method
fn popup_notification_set(
&self,
paths: &[&[LiveId]],
) -> PopupNotificationSet;
}