You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

ResultType


PROTOCOL

ResultType

Swift
1public protocol ResultType

Provides a PAT interface to Result<Success, Failure>

Properties

underlying

Swift
1var underlying: Result<SuccessType, FailureType>
Feedback

Edit on GitHub

Forums