Trait PopupNotificationSetWidgetExt

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

Required Methods§

Source

fn popup_notification_set( &mut self, paths: &[&[LiveId]], ) -> PopupNotificationSet

Implementors§