macro_rules! eprintln {
($fmt:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description
Format and then print the formatted message
macro_rules! eprintln {
($fmt:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}
Format and then print the formatted message