mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 07:20:38 +00:00

The things are also covered by the doc tests but this also gives us assertions on the errors produced, which is the whole point of this crate :)
7 lines
73 B
Rust
7 lines
73 B
Rust
use axum_debug::debug_handler;
|
|
|
|
#[debug_handler]
|
|
struct A;
|
|
|
|
fn main() {}
|