ash v0.9.0 Ash.Type.Atom View Source
A type used for storing atoms.
For safety reasons, it uses String.to_existing_atom/1
, which means
that the atom should exist in your application before reading a record
with that atom.
A type used for storing atoms.
For safety reasons, it uses String.to_existing_atom/1
, which means
that the atom should exist in your application before reading a record
with that atom.