ecto_autoslug_field v0.1.3 EctoAutoslugField.Type

This module represents a simple wrapper around ‘:string’ Ecto type.

Summary

Functions

Callback implementation for c:Ecto.Type.cast/1

Callback implementation for c:Ecto.Type.dump/1

Callback implementation for c:Ecto.Type.load/1

Callback implementation for c:Ecto.Type.type/0

Functions

cast(string)

Callback implementation for c:Ecto.Type.cast/1.

dump(string)

Callback implementation for c:Ecto.Type.dump/1.

load(string)

Callback implementation for c:Ecto.Type.load/1.

type()

Callback implementation for c:Ecto.Type.type/0.