quilkin

Macro __func_name

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

Macro that can get the function name of the function the macro is invoked within