axum-macros 0.5.1

Macros for axum
Documentation
1
2
3
4
5
error: `#[axum_macros::debug_handler]` doesn't support generic functions
 --> tests/debug_handler/fail/generics.rs:4:17
  |
4 | async fn handler<T>(_extract: T) {}
  |                 ^^^