We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to implement Serialize on bounds where Bound<T: Serialize>?
The text was updated successfully, but these errors were encountered:
It is possible. Could you say more about your use case that requires this? Do you have a preference for how Bound would be represented?
Sorry, something went wrong.
Diesel deserialize Postgres TsTzRanges as (Bound<DateTime>, Bound<DateTime>).
(Bound<DateTime>, Bound<DateTime>)
Likely follow the same conventions as other Enums, Object("Included": t.serialize());
Object("Included": t.serialize());
Implemented in #1466.
No branches or pull requests
Would it be possible to implement Serialize on bounds where Bound<T: Serialize>?
The text was updated successfully, but these errors were encountered: