You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, the Insertable derive macro should support a field attribute that allows to not only specify #[diesel(serialize_as = SomeType)] but also #[diesel(serialize_fn = some_function]. Would you accept a pull request implementing this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Inspired by #3835.
Basically, the
Insertable
derive macro should support a field attribute that allows to not only specify#[diesel(serialize_as = SomeType)]
but also#[diesel(serialize_fn = some_function]
. Would you accept a pull request implementing this?Beta Was this translation helpful? Give feedback.
All reactions