View Source TypeResolver.Types.StructL (TypeResolver v0.1.7)

Representation of the spec of an struct literal, e.g. %MyStruct{}

It consists of the following:

  • the module, the struct is defined in

Summary

Types

@type t() :: %TypeResolver.Types.StructL{module: atom() | nil}