mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-24 08:06:36 +01:00
6 lines
96 B
Rust
6 lines
96 B
Rust
use axum_macros::debug_handler;
|
|
|
|
#[debug_handler]
|
|
async fn handler(_foo: bool) {}
|
|
|
|
fn main() {}
|