mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-25 00:28:07 +01:00
4e4c29175f
Co-authored-by: Jonas Platte <jplatte+git@posteo.de> Co-authored-by: Michael Scofield <mscofield0@tutanota.com>
6 lines
110 B
Rust
6 lines
110 B
Rust
use axum_macros::debug_handler;
|
|
|
|
#[debug_handler(state = (), state = ())]
|
|
async fn handler() {}
|
|
|
|
fn main() {}
|