Macro eprint

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

Prints to the standard error