[][src]Macro dqcsim::trace

macro_rules! trace {
    (target: $target:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}