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