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