2023-09-29 09:25:26 +02:00

7 lines
100 B
Rust

use axum_macros::debug_handler;
#[debug_handler]
async fn handler<T>(_extract: T) {}
fn main() {}