Skip to main content

Crate failure_tools

Crate failure_tools 

Source

Functionsยง

ok_or_exit
If the Result is Ok(v), return v. Otherwise print_causes() and exit with exit code 1.
print_causes
Given an Error, print all the causes to w