(&self, openapi: &mut utoipa::openapi::OpenApi)
| 368 | |
| 369 | impl utoipa::Modify for AuthApiDoc { |
| 370 | fn modify(&self, openapi: &mut utoipa::openapi::OpenApi) { |
| 371 | openapi.info = api_info(); |
| 372 | } |
| 373 | } |
| 374 | |
| 375 | impl utoipa::Modify for CollectionsApiDoc { |
nothing calls this directly
no test coverage detected