Skip to main content

function_name

Macro function_name 

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

Expands to the unqualified name of the enclosing function/method as a &'static str.