Skip to main content

trace

Macro trace 

Source
macro_rules! trace {
    () => { ... };
}
Expand description

Prints the current module path and line ({module}:{line}).

Equivalent to C++ TRACE.