robjtede / actix-web-lab

Experimental extractors, middleware, and other extras for possible inclusion in Actix Web.
Apache License 2.0
96 stars 14 forks source link

from_fn: test closure capture and return from fn #2

Closed aliemjay closed 2 years ago

aliemjay commented 2 years ago

An interesting alternative to ugly middleware impls for custom types. into_middleware can be served by a simple macro!