Macro ruc::d

source · []
macro_rules! d {
    ($eno: expr, $info: expr) => { ... };
    (@$eno: expr) => { ... };
    ($info: expr) => { ... };
    () => { ... };
}
Expand description

print debug-info, eg: modular and file path, line number …