1
0
mirror of https://github.com/actix/examples synced 2025-09-01 02:27:00 +02:00

refactor: switch from_fn to stable version

This commit is contained in:
Rob Ede
2024-09-11 10:31:11 -04:00
parent 431ebe8c2b
commit e962a2a9b1
4 changed files with 11 additions and 10 deletions

View File

@@ -33,4 +33,4 @@ A minimal middleware demonstrating the sequence of operations in an actix middle
## See Also
- The `from_fn` middleware constructor from [`actix-web-lab`](https://crates.io/crates/actix-web-lab).
- The [`from_fn` middleware constructor](https://docs.rs/actix-web/4/actix_web/middleware/fn.from_fn.html).