[][src]Macro dqcsim::error

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