We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
#1585 added impl Value for Option<T> so we weren't writing cumbersome code, but this code is not implemented in the master branch (upcoming release).
impl Value for Option<T>
I don't think there should be any reason to not include this in the master, and it would help greatly.
If you would like, I could tackle this.
The text was updated successfully, but these errors were encountered:
See valuable branch. It makes impl Value for Option not needed. But I disagree with how they solved the problem, my arguments are here: #2777
valuable
impl Value for Option
Sorry, something went wrong.
We'll be removing the Value trait in 0.2 and replacing it with valuable, so while it is kind of you to offer to implement this, it's not necessary :)
Value
No branches or pull requests
#1585 added
impl Value for Option<T>
so we weren't writing cumbersome code, but this code is not implemented in the master branch (upcoming release).I don't think there should be any reason to not include this in the master, and it would help greatly.
If you would like, I could tackle this.
The text was updated successfully, but these errors were encountered: