macro_rules! code_scope {
() => { ... };
}
Expand description
Returns the current scope path, e.g. my_crate::my_module::my_function
)
macro_rules! code_scope {
() => { ... };
}
Returns the current scope path, e.g. my_crate::my_module::my_function
)