Skip to main content

debug

Macro debug 

Source
macro_rules! debug {
    ($($arg:tt)*) => { ... };
}
Expand description

No-op debug-level logging macro.