mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-26 08:32:48 +01:00
7 lines
127 B
Rust
7 lines
127 B
Rust
|
use axum_debug::debug_handler;
|
||
|
|
||
|
#[debug_handler]
|
||
|
async fn handler(_one: String, _two: String, _three: String) {}
|
||
|
|
||
|
fn main() {}
|