pub async fn route_with_params_handler( __arg0: Path<HashMap<String, String>>, __arg1: Query<HashMap<String, String>>, ) -> impl IntoResponse
Handler for routes with path parameters