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
Decode
Box<T> where T: ?Sized
Why isn't Decode implemented for these types? The 2 obvious examples are Box<str> and Box<[T]>
Box<str>
Box<[T]>
The text was updated successfully, but these errors were encountered:
Box<T>
Do you want to do this?
Sorry, something went wrong.
sure, I'll have a look at it tomorrow
Successfully merging a pull request may close this issue.
Why isn't
Decode
implemented for these types? The 2 obvious examples areBox<str>
andBox<[T]>
The text was updated successfully, but these errors were encountered: