pub unsafe trait UNNotificationContentProviding: NSObjectProtocol { }Available on crate feature
UNNotificationContent only.Expand description
Trait Implementations§
impl<T> ImplementedBy<T> for dyn UNNotificationContentProviding
Source§impl ProtocolType for dyn UNNotificationContentProviding
impl ProtocolType for dyn UNNotificationContentProviding
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
impl<T> UNNotificationContentProviding for ProtocolObject<T>where
T: ?Sized + UNNotificationContentProviding,
Implementors§
impl UNNotificationContentProviding for UNNotificationAttributedMessageContext
Available on crate feature
UNNotificationAttributedMessageContext only.