macro_rules! eprintln {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
eprintln alternative to write message with ERROR priority.
macro_rules! eprintln {
() => { ... };
($($arg:tt)*) => { ... };
}eprintln alternative to write message with ERROR priority.