Case

ValidatorResult of a validator that validates whether the data can be represented as a specific Enum case.

Case.swift:15
struct Case<T, E> where T : CustomStringConvertible, T : Sendable, T == E.RawValue, E : CaseIterable, E : RawRepresentable