validatablevalue/Sources/Core/Helpers/IsSecretValue.swift

5 lines
165 B
Swift

/// Semantic marker for value that should be displayed in
/// a field with `isSecure` property set to `true`.
public
protocol IsSecretValue: SomeValidatableValue {}