Macro code_scope

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

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