View Source Avrogen.Avro.Types.Primitive (avrogen v0.7.1)

This type is a representation of the Avro array type.

Summary

Types

@type primitive_type() ::
  :null | :boolean | :int | :long | :float | :double | :bytes | :string
@type t() :: %Avrogen.Avro.Types.Primitive{type: primitive_type() | nil}

Functions