axum-macros 0.5.1

Macros for axum
Documentation
1
2
3
4
5
error: Handlers must be `async fn`s
 --> tests/debug_handler/fail/not_async.rs:4:1
  |
4 | fn handler() {}
  | ^^