action_debug

Macro action_debug 

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