pub trait IUNNotificationTrigger: PNSObject {
// Provided method
fn p_repeats(&self) -> bool { ... }
}Expand description
A trait containing all the methods for UNNotificationTrigger
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".