pub unsafe trait NSStringUNUserNotificationCenterSupport:
ClassType
+ Sized
+ Sealed {
// Provided method
unsafe fn localizedUserNotificationStringForKey_arguments(
key: &NSString,
arguments: Option<&NSArray>,
) -> Retained<NSString> { ... }
}Available on crate feature
NSString_UserNotifications only.Expand description
Category “UNUserNotificationCenterSupport” on NSString.
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.