macro_rules! line_info {
() => { ... };
}
Expand description
Print the file and line number of the location this macro is invoked
Note: temporarily prints only a null string to reduce verbosity of logging
macro_rules! line_info {
() => { ... };
}
Print the file and line number of the location this macro is invoked
Note: temporarily prints only a null string to reduce verbosity of logging