`Result<T, E>` has `unwrap` and `expect` method yielding `Ok`, but only has `unwrap_err` yielding `Err`, there isn't `expect_err` method.