Skip to main content

debug

Macro debug 

Source
macro_rules! debug {
    (target: $target:expr, $($args:tt)*) => { ... };
    ($($args:tt)*) => { ... };
}