Module utoipa_types

Module utoipa_types 

Source

Modules§

openapi
Rust implementation of Openapi Spec V3.

Traits§

IntoParams
Trait used to convert implementing type to OpenAPI parameters.
Modify
Trait that allows OpenApi modification at runtime.
OpenApi
Trait for implementing OpenAPI specification in Rust.
ToSchema
Trait for implementing OpenAPI Schema object.

Derive Macros§

IntoParams
Generate path parameters from struct’s fields.
OpenApi
Generate OpenApi base object with defaults from project settings.
ToSchema
Generate reusable OpenAPI schema to be used together with OpenApi.