mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-19 00:00:14 +02:00
7 lines
90 B
Rust
7 lines
90 B
Rust
use axum_debug::debug_handler;
|
|
|
|
#[debug_handler(foo)]
|
|
async fn handler() {}
|
|
|
|
fn main() {}
|