View Source Dagger.ListTypeDef (dagger v0.15.1)

A definition of a list type in a Module.

Summary

Functions

The type of the elements in the list.

A unique identifier for this ListTypeDef.

Types

t()

@type t() :: %Dagger.ListTypeDef{client: term(), query_builder: term()}

Functions

element_type_def(list_type_def)

@spec element_type_def(t()) :: Dagger.TypeDef.t()

The type of the elements in the list.

id(list_type_def)

@spec id(t()) :: {:ok, Dagger.ListTypeDefID.t()} | {:error, term()}

A unique identifier for this ListTypeDef.