View Source Dagger.ListTypeDef (dagger v0.14.0)
A definition of a list type in a Module.
Summary
Types
Functions
@spec element_type_def(t()) :: Dagger.TypeDef.t()
The type of the elements in the list.
@spec id(t()) :: {:ok, Dagger.ListTypeDefID.t()} | {:error, term()}
A unique identifier for this ListTypeDef.