Result
EXTENSION
Result
Swift
1extension Result: ResultType
Properties
underlying
Swift
1public var underlying: Result<Success, Failure>
You are viewing documentation for a previous version of this software.
Switch to the latest stable version.EXTENSION
Result
1extension Result: ResultType
underlying
1public var underlying: Result<Success, Failure>