static var allCasePaths: AllCasePaths { get }
ss6ResultO13CasePathsCoreE03allbC0AbCE03AllbC0Vyxq__GvpZ
3NUQ3
where Failure:Error
import Swift
import CasePathsCore
Case paths bring the power and ergonomics of key paths to enums.
@frozen enum Result<Success, Failure> where Failure : Error, Success : ~Copyable
A value that represents either a success or a failure, including an associated value in each case.
struct AllCasePaths
protocol Error : Sendable
A type representing an error value that can be thrown.