pub static AUTO_SCHEMAS: DistributedSlice<[fn(&mut OpenApiSpec)]>Expand description
Distributed slice containing all auto-registered schema registration functions.
Each element is a function that takes a mutable reference to the current
rustapi_openapi::OpenApiSpec and registers one or more schemas.