macro_rules! trace {
() => { ... };
}Expand description
Prints the current module path and line ({module}:{line}).
Equivalent to C++ TRACE.
macro_rules! trace {
() => { ... };
}Prints the current module path and line ({module}:{line}).
Equivalent to C++ TRACE.