Macro ruc::d

source · []
macro_rules! d {
    ($fmt : expr, $($arg : tt) *) => { ... };
    ($err : expr) => { ... };
    (@ $err : expr) => { ... };
    () => { ... };
}
Expand description

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