mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-14 02:40:47 +01:00
7 lines
79 B
Rust
7 lines
79 B
Rust
|
use axum_debug::debug_handler;
|
||
|
|
||
|
#[debug_handler]
|
||
|
fn handler() {}
|
||
|
|
||
|
fn main() {}
|