Isn.Base

Base module for Isn custom ecto types.

Summary

Macros

Set up basic functionality for an Isn type

Macros

__using__(opts)

Set up basic functionality for an Isn type.

This extends the calling module by defining implementations for

  • type/0
  • blank?/0
  • cast/1
  • load/1
  • dump/1