Macro code_path::code_path

source ·
macro_rules! code_path {
    () => { ... };
}
Expand description

Returns the current code path. It could be used in errors, logs, etc to avoid typos.