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

feat(client): change Connect trait into an alias for Service #1912

Merged
merged 1 commit into from Oct 22, 2019

Commits on Oct 22, 2019

  1. feat(client): change Connect trait into an alias for Service

    The `Connect` trait is now essentially an alias for
    `Service<Destination>`, with a blanket implementation as such, and is
    sealed.
    
    Closes #1902
    
    BREAKING CHANGE: Any manual implementations of `Connect` must instead
      implement `tower::Service<Destination>`.
    seanmonstar committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    64318cc View commit details
    Browse the repository at this point in the history