macro_rules! action_debug {
($thing:expr, $action:expr) => { ... };
($thing:expr, $action:expr, $($arg:expr),+) => { ... };
}macro_rules! action_debug {
($thing:expr, $action:expr) => { ... };
($thing:expr, $action:expr, $($arg:expr),+) => { ... };
}