Skip to main content

trace_exit

Macro trace_exit 

Source
macro_rules! trace_exit {
    () => { ... };
    ($name:expr) => { ... };
}
Expand description

Prints function/module exit information ({module}:{line}: exit or {name}: exit).

Equivalent to C++ TRACE_EXIT.