Method
UnwrapOrThrow
func UnwrapOrThrow() -> T
Type: Result<T, E>
Namespace: System
Assembly: Raven.Core.dll
Source file: Result.rvn
Returns the successful value, or throws for an error.
func UnwrapOrThrow() -> T
Type: Result<T, E>
Namespace: System
Assembly: Raven.Core.dll
Source file: Result.rvn
Returns the successful value, or throws for an error.