Macro std::prelude::eprintln
Re-export from std::io::eprintln
Prints a formatted string to standard error with newline.
Example
eprintln!("Something went wrong :(");
Run this example
Prints a formatted string to standard error with newline.
eprintln!("Something went wrong :(");
Run this example