Macro ruc::d[][src]

macro_rules! d {
    ($err : expr) => { ... };
    (@ $err : expr) => { ... };
    () => { ... };
}
Expand description

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