TypedStructor.Definition (TypedStructor v0.6.1)

Copy Markdown View Source

The definition struct that holds the TypedStructor options, fields and parameters.

Summary

Types

t()

@type t() :: %TypedStructor.Definition{
  fields: [Keyword.t()],
  options: Keyword.t(),
  parameters: [Keyword.t()]
}