macro_rules! function {
() => { ... };
}
Expand description
Expands to the path of the function within which it was invoked e.g.
"crate::module::function::"
macro_rules! function {
() => { ... };
}
Expands to the path of the function within which it was invoked e.g.
"crate::module::function::"