Skip to main content

PopupNotificationSetWidgetSetExt

Trait PopupNotificationSetWidgetSetExt 

Source
pub trait PopupNotificationSetWidgetSetExt {
    // Required methods
    fn popup_notification_set(
        &self,
        paths: &[&[LiveId]],
    ) -> PopupNotificationSet;
    fn as_popup_notification_set(&self) -> PopupNotificationSet;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§