Function userror::error [] [src]

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

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.