View Source TypedStructor.Definition (TypedStructor v0.5.0)

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

Summary

Types

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