Macro function_name

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

returns a String with the name of the function calling the macro