Applies fn to the contained success value, or returns the fallback value by fallback if it is an Err.
fn
fallback
Err
The function to provide a fallback value.
The mapped value.
Generated using TypeDoc
Applies
fn
to the contained success value, or returns the fallback value byfallback
if it is anErr
.