Skip to content
New issue

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

Implement Decode for Box<T> where T: ?Sized #564

Open
mversic opened this issue Jan 11, 2024 · 2 comments · May be fixed by #565
Open

Implement Decode for Box<T> where T: ?Sized #564

mversic opened this issue Jan 11, 2024 · 2 comments · May be fixed by #565

Comments

@mversic
Copy link

mversic commented Jan 11, 2024

Why isn't Decode implemented for these types? The 2 obvious examples are Box<str> and Box<[T]>

@mversic mversic changed the title Implement Decode for Box<T> where T: ?Sized Implement Decode for Box<T> where T: ?Sized Jan 11, 2024
@bkchr
Copy link
Member

bkchr commented Jan 11, 2024

Do you want to do this?

@mversic
Copy link
Author

mversic commented Jan 11, 2024

sure, I'll have a look at it tomorrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants