pub fn print_err(s: &str)
Expand description
Print the passed string to the standard error FileDescriptor.
ยงPanics
Panics if the write operation fails.
pub fn print_err(s: &str)
Print the passed string to the standard error FileDescriptor.
Panics if the write operation fails.