Get the wrapped value from a Result
or Option
object
unwrap_or_else.Rd
If the provided object is a Failure
(in the case of a Result
input) or
Nothing
(in the case of an Option
input), then the provided function
fn
shall be run instead.