Skip to main content

events

Macro events 

Source
macro_rules! events {
    ($($variant:ident => $name:literal),* $(,)?) => { ... };
}