Macro function_name

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

Macro gto get the name of the function

ยงUsage

Usage: function_name!()