Functionsยง
- ok_
or_ exit - If the
ResultisOk(v), returnv. Otherwiseprint_causes()and exit with exit code 1. - print_
causes - Given an
Error, print all the causes tow
Result is Ok(v), return v. Otherwise print_causes()
and exit with exit code 1.Error, print all the causes to w