Actix Service 0.1.6
·
1121 commits
to master
since this release
Changes
Changed
-
Use
FnMut
instead ofFn
for .apply() and .map() combinators andFnService
type -
Change
.apply()
error semantic, new service's error isFrom<Self::Error>