mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-24 09:16:08 +01:00
7 lines
73 B
Rust
7 lines
73 B
Rust
|
use axum_debug::debug_handler;
|
||
|
|
||
|
#[debug_handler]
|
||
|
struct A;
|
||
|
|
||
|
fn main() {}
|