Skip to content

Remove Stream impl from VecDeque in futures-core? #1879

Closed
@yoshuawuyts

Description

@yoshuawuyts

In futures-core the Stream trait is implemented for VecDeque, which is the only type from std:: collections this is done for.

This is a problem for us because in async-std because of how we've setup some blanket impls, we can't implement IntoStream for VecDeque.

Given this implementation is a bit of an odd one out, I'd like to propose we either move from futures-core to futures, or remove it all together.

Thanks heaps!

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions