Macro generate_routes

Source
macro_rules! generate_routes {
    ( $( $req_ty:ty => $handler:path ),* $(,)? ) => { ... };
}