Macro eprint

Source
macro_rules! eprint {
    ($($arg: tt)*) => { ... };
}
Expand description

Print a message to the standard error stream.