mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
6 lines
99 B
Rust
6 lines
99 B
Rust
use axum_macros::debug_handler;
|
|
|
|
#[debug_handler]
|
|
async fn handler<T>(extract: T) {}
|
|
|
|
fn main() {}
|