action_trace

Macro action_trace 

Source
macro_rules! action_trace {
    ($context:expr, $($tts:tt)*) => { ... };
    ($context:expr) => { ... };
}