Macro slos_helpers::function[][src]

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

Get the name of the current function as a &'static str.

Gently lifted from https://stackoverflow.com/a/63904992