Given two functions like these:
fn foo() -> Result> { // returns an error if something goes wrong } fn bar() -