Structures
The following structures are available globally.
-
A type-erased
See moreAsyncConstraint
.Declaration
Swift
public struct AnyAsyncConstraint<T> : AsyncConstraint
-
A generic collection of
See moreAsyncConstraints
on which an input can be validated on.Declaration
Swift
public struct AsyncConstraintSet<T>
-
A generic collection of
See moreConstraints
on which an input can be validated on.Declaration
Swift
public struct ConstraintSet<T>
-
A type-erased
See moreConstraint
.Declaration
Swift
public struct AnyConstraint<T> : Constraint