Unwraps a Result, yielding the value.
Rust: Result.unwrap
if the Result is an Err, with a message containing the error.