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
macro_rules! code_path {
() => { ... };
}
Returns the current code scope with location, e.g.
code_path::tests::scope_path::foo::bar, src/lib.rs:80:17