macro_rules! trace_exit {
() => { ... };
($name:expr) => { ... };
}Expand description
Prints function/module exit information ({module}:{line}: exit or {name}: exit).
Equivalent to C++ TRACE_EXIT.
macro_rules! trace_exit {
() => { ... };
($name:expr) => { ... };
}Prints function/module exit information ({module}:{line}: exit or {name}: exit).
Equivalent to C++ TRACE_EXIT.