Xema.Builder.string
You're seeing just the function
string
, go back to Xema.Builder module for more information.
Specs
string() :: :string
Returns :string.
Specs
Returns a tuple of :string
and the given keyword list.
Examples
iex> Xema.Builder.string(key: 42)
{:string, key: 42}