EmailEctoType v0.1.4 EmailEctoType.Email View Source

Type representing an email address.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %EmailEctoType.Email{address: binary(), host: binary(), user: binary()}

Link to this section Functions

Link to this function

new(address_input, validators \\ [])

View Source