View Source Dagger.ListTypeDef (dagger v0.12.3)

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

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

Functions

Link to this function

element_type_def(list_type_def)

View Source
@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.