Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c781fbac6 |
@@ -28,7 +28,6 @@ import Security
|
|||||||
#if canImport(UIKit)
|
#if canImport(UIKit)
|
||||||
import UIKit
|
import UIKit
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/// A generic `Result` enumeration to represent either a success `Value` or a failure `Error`.
|
/// A generic `Result` enumeration to represent either a success `Value` or a failure `Error`.
|
||||||
public enum Result<Value, Error: Swift.Error> {
|
public enum Result<Value, Error: Swift.Error> {
|
||||||
|
|||||||
Reference in New Issue
Block a user