macro_rules! pretty_function {
() => { ... };
}
Expand description
use this macro to get function name where it is used similar to the gnu c++ macro __PRETTY_FUNCTION__ it is used in the logging macros
macro_rules! pretty_function {
() => { ... };
}
use this macro to get function name where it is used similar to the gnu c++ macro __PRETTY_FUNCTION__ it is used in the logging macros