rust-macios 0.4.2

Apple Frameworks for Rust
Documentation
1
2
3
4
5
6
7
use crate::object;

object! {
    /// A protocol the system uses to provide context relevant to user
    /// notifications.
    unsafe pub struct UNNotificationContentProviding;
}