current_function

Macro current_function 

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

Returns the name of the function that called this macro.