View Source ElixirAvro.AvroType.Union behaviour (elixir_avro v0.1.0)

Summary

Types

@type t() :: %ElixirAvro.AvroType.Union{
  values: %{required(non_neg_integer()) => ElixirAvro.AvroType.t()}
}

Callbacks

@callback from_erl(:avro.avro_type() | :avro.record_field()) :: t()

Functions