macro_rules! eprintln {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
Print with new line to stderr. Deprecated, consider using log::info instead
macro_rules! eprintln {
() => { ... };
($($arg:tt)*) => { ... };
}Print with new line to stderr. Deprecated, consider using log::info instead