use axum_macros::debug_handler;
axum-debug
#[debug_handler]
async fn handler<T>(extract: T) {}
fn main() {}