macro_rules! op_context {
($target:expr) => { ... };
}Expand description
Expands module_path!() at the call site so log output automatically
reflects the correct module path.
macro_rules! op_context {
($target:expr) => { ... };
}Expands module_path!() at the call site so log output automatically
reflects the correct module path.