mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
1db071eebd
Currently, using `LeSer` or `BeSer` requires that the type implements both `Serialize` and `DeserializeOwned`, even if we're only using the trait for one of those functionalities. Moving the bounds to the methods gives the convenience of the traits without requiring unnecessary derives.