macro_rules! NotificationTypeUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown NotificationType
member.
macro_rules! NotificationTypeUnknown {
() => { ... };
}
Pattern that matches an unknown NotificationType
member.