Macro function

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

Expands to the path of the function within which it was invoked e.g. "crate::module::function::"