eprintln

Macro eprintln 

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

Replaces eprintln! using fmt syntax.