Skip to main content

notification

Macro notification 

Source
macro_rules! notification {
    (($id:literal )$name:ident $(<$($generic:ident $(: $bound:ident)?),+ $(,)?>)?) => { ... };
}