Skip to content

Actix Service 0.1.6

Compare
Choose a tag to compare
@fafhrd91 fafhrd91 released this 25 Jan 04:43
· 1121 commits to master since this release

Changes

Changed

  • Use FnMut instead of Fn for .apply() and .map() combinators and FnService type

  • Change .apply() error semantic, new service's error is From<Self::Error>