Macro tool::error[][src]

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

Alias for error logs.