Macro dantalian::error[][src]

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