Kanta.Types (kanta v0.5.1)
Types used in Kanta
Summary
Types
A schema or Ecto.Association.NotLoaded
A schema field value of a given type or nil
A string or integer identifier
Types
@type assoc_type(schema_type) :: schema_type | Ecto.Association.NotLoaded.t() | nil
A schema or Ecto.Association.NotLoaded
@type field(field_type) :: field_type | nil
A schema field value of a given type or nil
A string or integer identifier