mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 04:50:31 +00:00
7 lines
96 B
Rust
7 lines
96 B
Rust
use axum_macros::debug_handler;
|
|
|
|
#[debug_handler]
|
|
async fn handler(_foo: bool) {}
|
|
|
|
fn main() {}
|