Ash.TypedStruct.Field (ash v3.5.38)

View Source

Represents a field on a typed struct

Summary

Types

t()

@type t() :: %Ash.TypedStruct.Field{
  allow_nil?: term(),
  constraints: Keyword.t(),
  default: nil | term() | (-> term()),
  description: term(),
  name: atom(),
  type: Ash.Type.t()
}