A utility function to get the value from a Result or throw if there was an error.
the expected value of an ok result.
The Result to unwrap.
Allows you to get the value of a result directly or handle an error Result as an exception.
Generated using TypeDoc
A utility function to get the value from a Result or throw if there was an error.