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

spsc::Queue: add spsc::QueueView, similar to VecView #485

Closed
wants to merge 4 commits into from

Conversation

sosthene-nitrokey
Copy link
Contributor

Similarly to #480, there are structs which keep the const generic N for backwards compatibility (Iter, IterMut, Producer, Consumer).

Drop must also be implemented on `VecView` for the cases wher the `VecView` is owned
even if it is `!Sized`.

This can happen when it is boxed.
This represent more clearly the role of the trait now that it's not used
to work around drop specialization.
@sosthene-nitrokey
Copy link
Contributor Author

Replaced by #496

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 this pull request may close these issues.

1 participant