Macro code_path::code_scope

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

Returns the current scope path, e.g. my_crate::my_module::my_function)