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

Fix Unusable Sink Implementation on Scan #2499

Merged
merged 1 commit into from Sep 18, 2021

Commits on Sep 17, 2021

  1. Fix Unusable Sink Implementation on scan

    The current Sink implementation on stream::Scan requires the stream and
    state types are the same which doesn't practically allow that
    implementation to be used. This adds a separate generic to the Sink
    implementation for state.
    drewkett authored and Andrew Burkett committed Sep 17, 2021
    Copy the full SHA
    e824673 View commit details
    Browse the repository at this point in the history