unwrapOr method
T
unwrapOr(
- T v
Unwrap the Ok value, or return the default if there is an Err
@param v the default value to return if there is an Err
Implementation
T unwrapOr(T v) => throw UnimplementedError();