Skip to content

Stop generating the TraitVariantBlanketType's blanket impl? #39

Description

@spastorino

Right now the crates generates ...

impl<TraitVariantBlanketType: SendNext> Next for TraitVariantBlanketType {
    type Item = <Self as SendNext>::Item;
    async fn next(&mut self) -> Option<Self::Item> {
        <Self as SendNext>::next(self).await
    }
}

And this is incompatible with https://github.com/spastorino/dynosaur once this spastorino/dynosaur#77 lands. We should discuss if we should stop doing that here or what.

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