macro_rules! route_docs {
(
desc=$desc:expr,
tag=$tag:expr,
res = $( ($status:literal, $resp_ty:ty) ),+ $(,)?
) => { ... };
}macro_rules! route_docs {
(
desc=$desc:expr,
tag=$tag:expr,
res = $( ($status:literal, $resp_ty:ty) ),+ $(,)?
) => { ... };
}