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
@dtolnay points out that "erased serde" has a better solution to the problem than the "hand written vtables" I was playing with. Check it out:
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=adba43d6e056337cd8a297624a296219
The text was updated successfully, but these errors were encountered:
1e46c05
No branches or pull requests
@dtolnay points out that "erased serde" has a better solution to the problem than the "hand written vtables" I was playing with. Check it out:
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=adba43d6e056337cd8a297624a296219
The text was updated successfully, but these errors were encountered: