The Result
to unwrap.
The error message to throw if the Result
is Result.Err
.
The success value if Result.Ok
.
Unwraps a Result
, returning the success value or throwing an error with
the provided message.
The error message to throw if the Result
is Result.Err
.
The success value if Result.Ok
.
Unwraps a
Result
, returning the success value or throwing an error with the provided message.