Macro current_function

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

Returns the name of the function that called this macro.