Composite type for a fixed set of values.
Cast accepts exact value matches only. Decode also coerces strings to matching atoms (for wire data compatibility).
field :mode, {:enum, [:read, :write]}
Composite type for a fixed set of values.
Cast accepts exact value matches only. Decode also coerces strings to matching atoms (for wire data compatibility).
field :mode, {:enum, [:read, :write]}