Ecto.Type.autogenerate

You're seeing just the callback autogenerate, go back to Ecto.Type module for more information.
Link to this callback

autogenerate()

View Source (optional)

Specs

autogenerate() :: term()

Generates a loaded version of the data.

This is callback is invoked when a custom type is given to field with the :autogenerate flag.