View Source Estructura.Coercer behaviour (estructura v1.6.0)
Behaviour for coercion delegates. Instead of implementing the coercion handlers
in Estructura.Nested
inplace, one might do
coerce do
defdelegate foo.bar.created_at(value), to: :date
end