1 2 3 4 5 6
use axum_controller::controller; #[controller(path = "/test")] struct NotAnImpl; fn main() {}