Unwraps the success value, or returns the fallback value fallback if it is an Err.
fallback
Err
The function to provide a fallback value.
The unwrapped value.
Generated using TypeDoc
Unwraps the success value, or returns the fallback value
fallback
if it is anErr
.