Result
public enum Result<Success>
Represents the result of an asynchronous operation.
-
The operation was a success, and contains the
Successoutput from that operation.Declaration
Swift
case success(Success)
View on GitHub
Result Enumeration Reference