mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-29 05:50:49 +00:00
7 lines
100 B
Rust
7 lines
100 B
Rust
use axum_macros::debug_handler;
|
|
|
|
#[debug_handler]
|
|
async fn handler<T>(_extract: T) {}
|
|
|
|
fn main() {}
|