Macro code_path

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

Returns the current code scope with location, e.g. code_path::tests::scope_path::foo::bar, src/lib.rs:80:17