macro_rules! current_function {
() => { ... };
}Available on crate feature
test_tools only.Expand description
Returns the name of the function that called this macro.
macro_rules! current_function {
() => { ... };
}test_tools only.Returns the name of the function that called this macro.