route_docs

Macro route_docs 

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