Macro current_function_path

Source
macro_rules! current_function_path {
    () => { ... };
}
Available on crate feature test_tools only.
Expand description

Returns the path of the function that called this macro.