bindings

Macro bindings 

Source
macro_rules! bindings {
    (context: $context:expr, $($key:expr => $action:expr),* $(,)?) => { ... };
    ($($key:expr => $action:expr),* $(,)?) => { ... };
}
Expand description

Macro to simplify creating multiple bindings