We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tower::service_fn
util
See the docs for it: https://docs.rs/tower/latest/tower/fn.service_fn.html. It doesn't mention that you need to enable util which is a bit confusing.
The text was updated successfully, but these errors were encountered:
You’re right. I’ll have a look at this for you!
Sorry, something went wrong.
Hmm cannot immediately find out why. Master code is also very different doc/attribute wise compared to latest release.
ensure that re-exported symbols show feature label in root
124a4b5
closes tower-rs#743
Ok found how to do it. #754
Successfully merging a pull request may close this issue.
See the docs for it: https://docs.rs/tower/latest/tower/fn.service_fn.html.
It doesn't mention that you need to enable
util
which is a bit confusing.The text was updated successfully, but these errors were encountered: