Function route_with_params_handler

Source
pub async fn route_with_params_handler(
    __arg0: Path<HashMap<String, String>>,
    __arg1: Query<HashMap<String, String>>,
) -> impl IntoResponse
Expand description

Handler for routes with path parameters