We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f9ee9 commit 16f7c13Copy full SHA for 16f7c13
Source/Core/Validation.swift
@@ -66,7 +66,7 @@ public struct ValidationOptions: OptionSet {
66
67
public struct ValidationRuleHelper<T> where T: Equatable {
68
let validateFn: ((T?) -> ValidationError?)
69
- let rule: BaseRuleType
+ public let rule: BaseRuleType
70
}
71
72
public struct RuleSet<T: Equatable> {
0 commit comments