mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 13:30:39 +00:00

Co-authored-by: Jonas Platte <jplatte+git@posteo.de> Co-authored-by: Michael Scofield <mscofield0@tutanota.com>
7 lines
110 B
Rust
7 lines
110 B
Rust
use axum_macros::debug_handler;
|
|
|
|
#[debug_handler(state = (), state = ())]
|
|
async fn handler() {}
|
|
|
|
fn main() {}
|