Method

UnwrapOrDefault

func UnwrapOrDefault() -> T

Type: Result<T, E>
Namespace: System
Assembly: Raven.Core.dll
Source file: Result.rvn

Returns the successful value, or the default value for an error.