View Source Avrogen.Avro.Types.Array (avrogen v0.8.1)

This type is a representation of the Avro array type.

Summary

Types

@type t() :: %Avrogen.Avro.Types.Array{
  default: any() | nil,
  items_schema: Avrogen.Avro.Schema.t()
}

Functions