error

Function error 

Source
pub fn error(message: &str) -> Result<()>
Expand description

Print an error message.

Errors are recoverable but prevent the program from working properly or in it’s entirety, such as failing to open an output file and instead printing results to screen.