Sui.Rpc.V2alpha.TypeParameter (ex_sui v0.1.0)

View Source

A generic type parameter used in the declaration of a struct or enum.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2alpha.TypeParameter{
  __unknown_fields__: [Protobuf.unknown_field()],
  constraints: [Sui.Rpc.V2alpha.Ability.t()],
  is_phantom: boolean() | nil
}

Functions

descriptor()