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

Change ResultShunt to be generic over Try #93572

Merged
merged 1 commit into from
Feb 8, 2022

Commits on Feb 7, 2022

  1. Change ResultShunt to be generic over Try

    Just a refactor (and rename) for now, so it's not `Result`-specific.
    
    This could be used for a future `Iterator::try_collect`, or similar, but anything like that is left for a future PR.
    scottmcm committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    413945e View commit details
    Browse the repository at this point in the history