use axum_macros::debug_handler;
axum-debug
struct A;
impl A {
#[debug_handler]
async fn handler() {}
}
fn main() {}