ResultType
PROTOCOL
ResultType
Swift
1public protocol ResultType
Provides a PAT interface to Result<Success, Failure>
Properties
underlying
Swift
1var underlying: Result<SuccessType, FailureType>
You are viewing documentation for a previous version of this software.
Switch to the latest stable version.PROTOCOL
ResultType
1public protocol ResultType
Provides a PAT interface to Result<Success, Failure>
underlying
1var underlying: Result<SuccessType, FailureType>