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
macro_rules! function {
() => { ... };
}
Get the name of the current function as a &'static str
.
Gently lifted from https://stackoverflow.com/a/63904992