Estructura.Coercer behaviour (estructura v1.9.0)
View SourceBehaviour 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