Macro erg_common::fn_name_full
source · macro_rules! fn_name_full {
() => { ... };
}Expand description
indicates the current invoked function.
macro_rules! fn_name_full {
() => { ... };
}indicates the current invoked function.