Skip to main content

PopupNotificationSetWidgetRefExt

Trait PopupNotificationSetWidgetRefExt 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§