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

NewService is generic over error #5

Merged
merged 4 commits into from
Sep 21, 2017
Merged

Commits on Sep 15, 2017

  1. NewService is generic over error

    Previously, NewService required returning a future yielding io::Error as
    the error. This is not needed and is restrictive.
    carllerche committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    252f453 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Configuration menu
    Copy the full SHA
    65b8eea View commit details
    Browse the repository at this point in the history
  2. Tweak

    carllerche committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    b52cc3f View commit details
    Browse the repository at this point in the history
  3. Fix fn impl

    carllerche committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    aa2f626 View commit details
    Browse the repository at this point in the history