actix-net
actix-net copied to clipboard
server bind accepts types impling regular service traits
PR Type
Feature
PR Checklist
Check your PR fulfills the following:
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] A changelog entry has been made for the appropriate packages.
- [x] Format code with the latest stable rustfmt
Overview
As title. This should help with fallible services.
Trying to integrate this with Actix Web is proving to be the blocker. De-prioritizing this until next major version of -server to speed up actix-web v4 release.