View Source TypedStructor.Definition (TypedStructor v0.3.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: [atom()]
}