Crate uerr

Source

Structs§

UserError
A human-readable error interface.

Traits§

IntoUserError
A trait marking a type as able to be converted into an UserError.

Functions§

unwrap_io
Unwrap the value contained within the given Result and return it, else print the contained std::io::Error and exit the process.