macro_rules! containing_function {
() => { ... };
}
Expand description
Return a shortened version of the function name outside the closure.
macro_rules! containing_function {
() => { ... };
}
Return a shortened version of the function name outside the closure.