ResultType
PROTOCOL
ResultType
Swift
1public protocol ResultTypeProvides 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
ResultType1public protocol ResultTypeProvides a PAT interface to Result<Success, Failure>
underlying1var underlying: Result<SuccessType, FailureType>