pub trait PopupNotificationSetWidgetExt {
// Required method
fn popup_notification_set(
&mut self,
paths: &[&[LiveId]],
) -> PopupNotificationSet;
}Required Methods§
fn popup_notification_set( &mut self, paths: &[&[LiveId]], ) -> PopupNotificationSet
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".