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